书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 86186 个相关结果.
  • DESCRIBE 语句

    DESCRIBE 语句 执行 DESCRIBE 语句 语法 DESCRIBE 语句 DESCRIBE 语句用于描述表或视图的 schema。 执行 DESCRIBE 语句 Java 可以使用 TableEnvironment 的 executeSql() 方法执行 DESCRIBE 语句。如果 DESCRIBE 操作执行成功,execu...
  • CREATE 语句

    CREATE 语句 执行 CREATE 语句 CREATE TABLE Columns WATERMARK PRIMARY KEY PARTITIONED BY WITH Options LIKE AS select_statement CREATE CATALOG CREATE DATABASE CREATE VIEW ...
  • ORDER BY 语句

    ORDER BY 语句 ORDER BY 语句 Batch Streaming ORDER BY 子句使结果行根据指定的表达式进行排序。 如果两行根据最左边的表达式相等,则根据下一个表达式进行比较,依此类推。 如果根据所有指定的表达式它们相等,则它们以与实现相关的顺序返回。 在流模式下运行时,表的主要排序顺序必须按时间属性 升序。 所有后续的 o...
  • 流语句

    流规格 数据类型 语言定义 共享源实例 Strict Validation Schema-less 流 二进制流 流规格 数据类型 在 eKuiper 中,每个列或表达式都有一个相关的数据类型。 数据类型描述(约束)该类型的列可以容纳的一组值或该类型可以产生的表达式。 以下是支持的数据类型的列表。 # 数据类型 说明 ...
  • RESET 语句

    RESET Statements Run a RESET statement Syntax RESET Statements RESET statements are used to reset the configuration to the default. Run a RESET statement SQL CLI RESET s...
  • SET 语句

    SET Statements Run a SET statement Syntax SET Statements SET statements are used to modify the configuration or list the configuration. Run a SET statement SQL CLI SET s...
  • UNLOAD 语句

    UNLOAD Statements Run a UNLOAD statement UNLOAD MODULE UNLOAD Statements UNLOAD statements are used to unload a built-in or user-defined module. Run a UNLOAD statement Java...
  • LIMIT 语句

    LIMIT 语句 LIMIT 语句 Batch LIMIT clause constrains the number of rows returned by the SELECT statement. In general, this clause is used in conjunction with ORDER BY to ensure th...
  • HIndex语句

    使用 创建 SHOW UPDATE DROP 资源使用说明 磁盘使用 使用 索引命令行接口集成于hetu-cli 中, 在安装目录的bin 目录下运行。 创建 索引创建方法如下: CREATE INDEX [ IF NOT EXISTS ] index_name USING [ BITMAP | BLOOM | ...
  • 赋值语句

    赋值语句 语法 示例 嵌套赋值 示例 赋值语句 语法 给变量赋值的语法请参见图1 。 图 1 assignment_value::= 对以上语法格式的解释如下: variable_name:变量名。 value:可以是值或表达式。值value的类型需要和变量variable_name的类型兼容才能正确赋值。 示...