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?
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?