Hi,
I can see there are many ways to make a column with numbers for example (1, 4, 2, null, 3, 6, null, 5) to order like:
(1,2,3,4,5,6, null,null)
using
ORDER BY -column DESC
ISNULL(column), column ASC;
but I am not sure how to enter any of this in to the Order By box within connectivity v6?
Thanks in advance for any help.
Kind Regards
I can see there are many ways to make a column with numbers for example (1, 4, 2, null, 3, 6, null, 5) to order like:
(1,2,3,4,5,6, null,null)
using
ORDER BY -column DESC
ISNULL(column), column ASC;
but I am not sure how to enter any of this in to the Order By box within connectivity v6?
Thanks in advance for any help.
Kind Regards