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...
CREATE VIEW Description Syntax Examples CREATE VIEW Description The view is a virtual table based on the result-set of an SQL statement. A view contains rows and colu...
DROP VIEW 语法说明 语法结构 示例 DROP VIEW 语法说明 DROP VIEW 语句表示删除视图。 如果语法参数列表中命名的任何视图都不存在,语句报错,并提示无法删除哪些不存在的视图,并且不做任何更改。 IF EXISTS 子句表示防止对不存在的视图发生错误。给出该子句时,将为每个不存在的视图生成一个 NOT...
DROP VIEW Description Syntax Examples DROP VIEW Description DROP VIEW removes one or more views. If any views named in the argument list do not exist, the statement ...
View organizations View organizations in the InfluxDB UI View organizations using the influx CLI View your organization ID Organization ID in the UI Organization ID in the CLI ...
View InfluxDB stacks Filter stacks Filter by stack name Filter by stack ID Related View InfluxDB stacks This page documents an earlier version of InfluxDB. InfluxDB v2.7 is...
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 Synopsis Description Parameters Examples Compatibility See Also DROP VIEW Removes a view. Synopsis DROP VIEW [ IF EXISTS ] <name> [, ...] [ CASCADE |...
Synopsis Description Parameters Notes Examples Compatibility See Also Changes properties of a view. Synopsis ALTER VIEW [ IF EXISTS ] <name> ALTER [ COLUMN ] <...