-
Notifications
You must be signed in to change notification settings - Fork 206
Home
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
Documentation for the available triggers: https://github.com/cube2222/octosql/wiki/Trigger-Documentation
Documentation for the available table valued functions: https://github.com/cube2222/octosql/wiki/Table-Valued-Functions-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, Table Valued Functions.
Available SQL types: Int, Float, String, Bool, Time, Tuple (array), Object (e.g. JSON)