书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 7812 个相关结果.
  • UPDATE

    UPDATE MULTI PARTITION UPDATE UPDATE 算子用于更新数据表中满足指定条件的数据行。 OceanBase 数据库支持的 UPDATE 算子包括 UPDATE 和 MULTI PARTITION UPDATE。 UPDATE UPDATE 算子用于更新数据表单个分区中的数据。 如下例所示,Q1 查询更新了表 t1...
  • FLOOR(/)

    FLOOR() Description Syntax Arguments Examples FLOOR() Description The FLOOR() function returns the largest round number that is less than or equal to the number. S...
  • FLOOR()

    FLOOR() Description Syntax Arguments Examples FLOOR() Description The FLOOR() function returns the largest round number that is less than or equal to the number. S...
  • FLOOR()

    FLOOR() Description Syntax Arguments Examples Constraints FLOOR() Description The FLOOR() function returns the largest round number that is less than or equal to th...
  • DELETE

    DELETE Description Syntax Single-Table Syntax Explanations Examples DELETE Description DELETE statement removes rows from a single table or multiple tables. Synt...
  • Hints

    提示 动态表(Dynamic Table)选项 语法 示例 查询提示 语法 联接提示 BROADCAST 示例 SHUFFLE_HASH 示例 SHUFFLE_MERGE 示例 NEST_LOOP 示例 LOOKUP LOOKUP 提示选项: 1. 使用同步或异步的查找函数 2. 配置异步查找相关参数 3. 启用延迟重试查找策...
  • Hints

    提示 动态表(Dynamic Table)选项 语法 示例 查询提示 语法 联接提示 BROADCAST 示例 SHUFFLE_HASH 示例 SHUFFLE_MERGE 示例 NEST_LOOP 示例 LOOKUP LOOKUP 提示选项: 1. 使用同步或异步的查找函数 2. 配置异步查找相关参数 3. 启用延迟重试查找策...
  • <>,!=

    <>,!= Description Syntax Examples <>,!= Description The <>,!= operator returns true only if the left-hand operand is not equal to the right-hand operand. Syntax >...
  • >=

    >= Description Syntax Examples >= Description The >= operator returns true only if the left-hand operand is greater than or equal to the right-hand operand. Syntax...
  • GROUP BY

    SCALAR GROUP BY HASH GROUP BY MERGE GROUP BY GROUP BY 算子主要用于在 SQL 中进行分组聚合计算操作。 用于对数据进行分组的算法有 HASH 算法和 MERGE 算法,因此根据算法可以将 GROUP BY 算子分为两种:HASH GROUP BY 和 MERGE GROUP BY。执行计划生成时...