SELECT queries only. There is no INSERT, UPDATE, DELETE, or DDL.
Supported Feature Categories
| Category | Reference |
|---|---|
| SELECT, column aliases, DISTINCT, ORDER BY, LIMIT | SELECT |
| Single tables, JOINs, derived tables, CTEs as sources | FROM and JOINs |
| Comparisons, BETWEEN, IN, EXISTS, LIKE, IS NULL | WHERE Predicates |
| GROUP BY, HAVING, aggregate functions | Grouping and Aggregation |
| WITH clauses, scalar subqueries, correlated subqueries | Subqueries and CTEs |
| UNION and UNION ALL | Set Operations |
| Arithmetic, bitwise, string, CASE, COALESCE | Expressions and Operators |
| ABS, CONCAT, SUBSTRING, IF, UUID, aggregates | Functions |