Updated on 2024-07-30 GMT+08:00

Advanced SQL Functions

  • PREPARE and EXECUTE syntax is not supported.
  • Customized data types and functions are not supported.
  • Views, stored procedures, triggers, and cursors are not supported.
  • Compound statements such as BEGIN...END, LOOP...END LOOP, REPEAT...UNTIL...END REPEAT, and WHILE...DO...END WHILE are not supported.
  • Process control statements such as IF and WHILE are not supported.
  • The following prepared statements are not supported:

    PREPARE

    EXECUTE

  • Comments for indexes are not supported in table creation statements.