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

Split SQL query on UNION and UNION ALL keywords, returning a list of individual query parts.

Search Document