Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nulls first construction in SQL query #211

Open
atainex opened this issue Apr 1, 2024 · 0 comments
Open

Nulls first construction in SQL query #211

atainex opened this issue Apr 1, 2024 · 0 comments

Comments

@atainex
Copy link

atainex commented Apr 1, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant