-
Notifications
You must be signed in to change notification settings - Fork 205
Home
Jacob Martin edited this page Jul 14, 2019
·
7 revisions
Documentation for the available functions: https://github.com/cube2222/octosql/wiki/Function-Documentation
Documentation for the available aggregates: https://github.com/cube2222/octosql/wiki/Aggregate-Documentation
The SQL dialect documentation: TODO ;) in short though:
Available SQL constructs: Select, Where, Order By, Group By, Offset, Limit, Left Join, Right Join, Inner Join, Distinct, Union, Union All, Subqueries, Operators.
Available SQL types: Int, Float, String, Bool, Time, Tuple (array), Object (e.g. JSON)