Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.
  • No labels