书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 47765 个相关结果.
  • DROP VIEW

    描述 格式 参数解释 示例 描述 该语句用于删除一个或多个视图。 说明 当前用户必须在每个视图上有 DROP 权限。 格式 drop_view_stmt : DROP VIEW [ IF EXISTS ] view_name_list [ CASCADE | RESTRICT ]; view_name_...
  • CREATE VIEW

    描述 格式 参数解释 示例 描述 该语句用于创建视图语句,如果指定了 OR REPLACE 子句,该语句能够替换已有的视图。 视图在数据库中实际上并不是以表的形式存在,每次使用时他们就会派生。视图是通过 CREATE VIEW 语句中指定的 SELECT 语句的结果生成的。 支持可更新视图。 格式 create_view_stmt :...
  • DROP VIEW

    描述 格式 参数解释 示例 描述 该语句用于删除一个或多个视图。 说明 当前用户必须在每个视图上有 DROP 权限。 格式 drop_view_stmt : DROP VIEW [ IF EXISTS ] view_name_list [ CASCADE | RESTRICT ]; view_name_...
  • Materialized View

    Materialized View Materialized-view-maintenance Materialized-view-selection Materialized View To use this Apache Druid feature, make sure to only load materialized-view-selec...
  • Materialized View

    Materialized View Materialized-view-maintenance Materialized-view-selection Materialized View To use this Apache Druid feature, make sure to only load materialized-view-selec...
  • View organizations

    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 stacks

    View InfluxDB stacks Filter stacks Filter by stack name Filter by stack ID Related articles View InfluxDB stacks Use the influx stacks command to view installed InfluxDB ...
  • View checks

    View checks View a list of all checks View check details View statuses generated by a check View notifications triggered by a check Related articles View checks View check...
  • DROP VIEW

    描述 格式 参数解释 示例 描述 该语句用于删除一个或多个视图。 说明 : 当前用户必须在每个视图上有 DROP 权限。 格式 drop_view_stmt : DROP VIEW [ IF EXISTS ] view_name_list [ CASCADE | RESTRICT ]; view_n...
  • DROP VIEW

    DROP VIEW 语法图 示例 MySQL 兼容性 See also title: DROP VIEW summary: TiDB 数据库中 DROP VIEW 的使用概况。 DROP VIEW DROP VIEW 语句用于从当前所选定的数据库中删除视图对象。视图所引用的基表不受影响。 语法图 DropViewStmt ::...