MechanicalRabbit / FunSQL.jl

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

add additional sort column #47

Open clarkevans opened 6 months ago

clarkevans commented 6 months ago

When constructing component queries, I sometimes would like to add an additional sort column to an existing sort order. However, currently it seems that I'm only able to overwrite sort columns. Conversely, it'd be nice to have a stable sort, which would do the opposite, add a high-level sort order but keeping existing subordinate sorts in place.