/
Valid Identifiers
Valid Identifiers
In Jethro, you can use identifiers as schema names, table names, view names, column names, table and column aliases (in SELECT statement) and so on.
A valid identifier:
- Is made from a sequence of alphanumeric characters (English letters and digits) and underscore character
- Starts with a letter.
- Has maximum length of 128 characters.
- Is case-insensitive (and stored internally in lower case).
- It can not be a reserved word.
, multiple selections available,
Related content
Reserved words
Reserved words
More like this
Data Types
Data Types
More like this
Data Types
Data Types
More like this
SQL Reference
SQL Reference
More like this
Security
Security
More like this
Security
Security
More like this