master13232
* [ddsql_editor] Some clarifications on DDSQL types and statements * [ddsql_editor] Moved CAST and CASE from statements to expressions While these phrases use keywords like statements or clauses, both are used as expressions in SQL statements: they are useable in SELECT, WHERE, and other places expressions are used, and can also be nested with other expressions.