View metrics Configure metrics How-To: Observe metrics with Prometheus How-To: Observe metrics with Grafana How-To: Set-up New Relic to collect and analyze metrics How-To: Set ...
DROP VIEW 语法说明 语法结构 示例 DROP VIEW 语法说明 DROP VIEW 语句表示删除视图。 如果语法参数列表中命名的任何视图都不存在,语句报错,并提示无法删除哪些不存在的视图,并且不做任何更改。 IF EXISTS 子句表示防止对不存在的视图发生错误。给出该子句时,将为每个不存在的视图生成一个 NOT...
ALTER VIEW Synopsis Description Parameters Notes Examples Compatibility See Also ALTER VIEW Changes the definition of a view. Synopsis ALTER VIEW <name> RENAME TO <n...
DROP VIEW Description Syntax Parameter Examples Related Statements DROP VIEW Description DROP VIEW removes the metadata associated with a specified view from the catalog....
DROP VIEW Synopsis Description Examples See Also DROP VIEW Synopsis DROP VIEW [ IF EXISTS ] view_name Description Drop an existing view. The optional IF EXISTS cl...