MechanicalRabbit / FunSQL.jl

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

`Unselect()` #8

Open xitology opened 3 years ago

xitology commented 3 years ago

Sometimes it is easier to remove columns from the default output than to build the new output list. A new node, Unselect(), should do it.