Skip to content

SELECT values without FROM clause #46

Open
@Kamirus

Description

Create a function selectValues that takes a record of Col s a expressions and creates FullQuery s ... such that:

For a record { col1 :: Col s a1, ..., coln :: Col s an }

Would generate to
SELECT <col1_expr> AS col1, ..., <coln_expr> as coln

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersquery-levelChange related to query DSL. Includes changes to `Query` datatype and its internals.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions