Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
  • HOST
  • 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