This is my SQL query :
SELECT TOP (200) IDA
FROM Categories
WHERE (IDA = 72)
ORDER BY Order
but it puts the records with Order NULL before the records with Order as int. Is there a strategy to change this order? Putting the records with NULL at the bottom of the result list.
Works for any type: