Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Current »

Jethro uses reserved words to manipulate SQL queries. Therefore, the following words should not be used as identifiers, such as schema names, table names, view names, column names, table and column aliases (in SELECT statement) and so on:

  • ALL
  • ALTER
  • AND
  • AS
  • ASC
  • BETWEEN
  • BY
  • COLUMN
  • CREATE
  • DATE
  • DELETE
  • DESC
  • DISTINCT
  • DROP
  • ELSE
  • EXISTS
  • FLOAT
  • FROM
  • GRANT
  • GROUP
  • HAVING
  • IN
  • INSERT
  • INTEGER
  • INTO
  • IS
  • LIKE
  • JETHROMNG
  • MINUS
  • NOT
  • NULL
  • ON
  • OR
  • ORDER
  • REVOKE
  • SELECT
  • SESSION
  • SET
  • TABLE
  • THEN
  • TO
  • UNION
  • UPDATE
  • USER
  • VIEW
  • WHERE
  • WITH
  • No labels