Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

order by asc/desc nulls first nulls last

$
0
0
Hello.

Sometimes we need to use more clever sorting behavior than simple
Code:

order by field1 desc
, I speak about nulls first/nulls last construct, defined in SQL standard.
Does SmartClient supports this on client side (client sorting) and server side (I mean SQL data source on server side).

I've heard about sort normalizers, but that looks like not so good workaround because field types maybe very different and we need to implement normalizer for every type we use...
Or if only one way is to use sort normalizers, maybe you have default ones for different types for supporting this SQL standard?

Viewing all articles
Browse latest Browse all 4756

Trending Articles