We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ORDER BY ... NULLS FIRST | LAST
I'm trying to add NULLS FIRST or NULLS LAST to an ORDER BY, but I cannot figure out how to do this. Is this functionality missing?
NULLS FIRST
NULLS LAST
ORDER BY
Any hint on how to best implement it? I'd be more than happy to craft a PR for pypika.