glimr/db/gen/parser/tables/union

UNION Handling

Functions for splitting SQL queries on UNION and UNION ALL keywords while preserving original case.

Values

pub fn split(sql: String) -> List(String)

Split SQL query on UNION and UNION ALL keywords, returning a list of individual query parts. Preserves original case and handles both UNION and UNION ALL.

Search Document