We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create a function selectValues that takes a record of Col s a expressions and creates FullQuery s ... such that:
selectValues
Col s a
FullQuery s ...
For a record { col1 :: Col s a1, ..., coln :: Col s an }
{ col1 :: Col s a1, ..., coln :: Col s an }
Would generate to SELECT <col1_expr> AS col1, ..., <coln_expr> as coln
SELECT <col1_expr> AS col1, ..., <coln_expr> as coln