How do I use ORDER BY in a way that it list null last after Z instead of before A?
I.e. instead of: Null, A, B, C.... result would be: X, Y, Z, null How can I get around to that? -- Power to people, Linux is here.
How do I use ORDER BY in a way that it list null last after Z instead of before A?
I.e. instead of: Null, A, B, C.... result would be: X, Y, Z, null How can I get around to that? -- Power to people, Linux is here.