Syntax Conventions
The documentation uses the following conventions for defining SQL statements in syntax blocks, unless otherwise noted.For the definition of a function syntax, the text refers to input arguments of the function as arguments. For the definition of SQL statements, such as DDL statements, the text refers to input terms as parameters.
Rules for Column and Table Names
Names for tables and columns in Ocient have these rules:- Names must begin with an alphabet letter.
- Names can contain letters, numbers, and underscores.
- Column names enclosed in double quotes can contain any characters except for newlines and carriage returns. To use double quotation marks in a name, put two double quotation marks back to back.
- Unless names are enclosed in double quotes, they are treated as case-insensitive.

