Updated on 2024-01-22 GMT+08:00

Scenarios

Supported Query Statements

  • SELECT
  • INSERT ... SELECT
  • REPLACE ... SELECT
  • PREPARED STMT and views

Constraints

  • Only the constant IN LIST (including statements that do not involve table queries, such as NOW() and ?) is supported.
  • Stored procedures, functions, and triggers are not supported.
  • NOT IN is not supported. Statements where indexes cannot be used are not supported.