MechanicalRabbit / FunSQL.jl

Julia library for compositional construction of SQL queries
https://mechanicalrabbit.github.io/FunSQL.jl
Other
144 stars 5 forks source link

[FEATURE] order() with missing values last #49

Closed clarkevans closed 6 months ago

clarkevans commented 6 months ago

In most databases, NULL values are returned first, unless NULLS LAST is used. This request is asking for something similar to DESC() decorator.

clarkevans commented 6 months ago

This was already implemented, desc(nulls = last).