DROP VIEW 语法图 示例 MySQL 兼容性 See also title: DROP VIEW summary: TiDB 数据库中 DROP VIEW 的使用概况。 DROP VIEW DROP VIEW 语句用于从当前所选定的数据库中删除视图对象。视图所引用的基表不受影响。 语法图 DropViewStmt ::= ...
Materialized View Materialized-view-maintenance Materialized-view-selection Materialized View To use this Apache Druid feature, make sure to only load materialized-view-select...
SELECT (View) Synopsis Notes Examples SELECT (View) Get a record from the specified view. The fields to get have to be already in the view. It produces one or zero static re...
CREATE VIEW Synopsis Description Privileges CREATE VIEW Define a new view . Synopsis CREATE [ OR REPLACE ] VIEW view_ident AS query Where query is a SELECT stat...
DROP VIEW 语法图 示例 MySQL 兼容性 See also DROP VIEW DROP VIEW 语句用于从当前所选定的数据库中删除视图对象。视图所引用的基表不受影响。 语法图 DropViewStmt ::= 'DROP' 'VIEW' ( 'IF' 'EXISTS' )? Ta...
Materialized-view-maintenance Materialized-view-selection To use this Apache Druid feature, make sure to only load materialized-view-selection on Broker and load materialized-v...