pixie
pixie copied to clipboard
Nulls first construction in SQL query
In PostgreSQL, the additional Nulls First operator is often used after ORDER BY field ASC, which regulates the sorting order of records with null values.
Is there any way to specify this fragment in the Query Builder?
And if it's not available in the Query Builder, is it possible to see this in future updates of the library?