Query Syntax¶
We currently support the following SQL query clauses with
BodoSQL, and are continuously adding support towards completeness. Note
that BodoSQL ignores casing of keywords, and column and table names,
except for the final output column name. Therefore,
select a from table1
is treated the same as SELECT A FROM Table1
,
except for the names of the final output columns (a
vs A
).