Skip to content

Not support UNION or UNION ALL #75

@leiousen

Description

@leiousen

Please support the UNION and UNION ALL

Such as

SELECT val FROM table_1 WHERE val > 3 UNION SELECT val FROM table_2 WHERE val < 2;

SELECT val FROM table_1 WHERE val > 3 UNION ALL SELECT val FROM table_2 WHERE val < 2;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions