View Reports View Reports To view the generated CIS scan reports, In the upper left corner, click ☰ > Cluster Management . On the Clusters page, go to the cluster where you w...
ALTER VIEW 功能描述 注意事项 语法格式 参数说明 示例 相关链接 ALTER VIEW 功能描述 ALTER VIEW更改视图的各种辅助属性。(如果用户是更改视图的查询定义,要使用CREATE OR REPLACE VIEW。) 注意事项 只有视图的所有者或者被授予了视图ALTER权限的用户才可以执行ALTER VIEW命...
ALTER VIEW 功能描述 注意事项 语法格式 参数说明 示例 相关链接 ALTER VIEW 功能描述 ALTER VIEW更改视图的各种辅助属性。(如果用户是更改视图的查询定义,要使用CREATE OR REPLACE VIEW。) 注意事项 只有视图的所有者或者被授予了视图ALTER权限的用户才可以执行ALTER VIEW命...
DROP VIEW Synopsis Description Parameters Examples Compatibility See Also DROP VIEW Removes a view. Synopsis DROP VIEW [ IF EXISTS ] <name> [, ...] [ CASCADE |...
DROP VIEW Synopsis Notes Examples DROP VIEW Drop a view with the given name. If IF EXISTS is present, the statement won’t fail if the view does not exist. Synopsis DROP VI...
Materialized view When to use materialized view Advantage Materialized View VS Rollup Use materialized views Create a materialized view Support aggregate functions Update stra...
DROP VIEW 语法图 示例 MySQL 兼容性 See also title: DROP VIEW summary: TiDB 数据库中 DROP VIEW 的使用概况。 DROP VIEW DROP VIEW 语句用于从当前所选定的数据库中删除视图对象。视图所引用的基表不受影响。 语法图 DropViewStmt ::= ...