This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.
COMMENT ON MATERIALIZED VIEW
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
commentOnMaterializedView("view").is("the comment")
Translates to the following dialect specific expressions:
BigQuery
ALTER MATERIALIZED VIEW view SET OPTIONS (DESCRIPTION = 'the comment')
Oracle, Postgres, Sybase, YugabyteDB
COMMENT ON MATERIALIZED VIEW view IS 'the comment'
Snowflake
ALTER TABLE view SET COMMENT = 'the comment'
ASE, Access, Aurora MySQL, Aurora Postgres, ClickHouse, CockroachDB, DB2, Derby, DuckDB, Exasol, Firebird, H2, HSQLDB, Hana, Informix, MariaDB, MemSQL, MySQL, Redshift, SQLDataWarehouse, SQLServer, SQLite, Teradata, Trino, Vertica
/* UNSUPPORTED */
Generated with jOOQ 3.20. Translate your own SQL on our website
Feedback
Do you have any feedback about this page? We'd love to hear it!