Skip to main content
Preview BigQuery data definition (DDL) and data manipulation (DML) statements in BigQuery compatibility mode.

Data definition language

Data manipulation language

Limitations

  • Column types in a CREATE TABLE ... AS SELECT column list are read as names only and do not re-type the selected columns.
  • INSERT, UPDATE, and DELETE do not support a RETURNING clause.
  • Procedural statements (CALL, EXECUTE IMMEDIATE, scripting) and data control statements (GRANT, REVOKE) are not supported in this mode. Use native Firebolt SQL for access control.