书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 7749 个相关结果.
  • ALTER INDEX

    ALTER INDEX 语法图 示例 MySQL 兼容性 另请参阅 ALTER INDEX ALTER INDEX 语句用于修改索引的可见性,可以将索引设置为 Visible 或者 Invisible 。设置为 Invisible 的索引即不可见索引 (Invisible Index) 由 DML 语句维护,不会被查询优化器使用。 语...
  • <=

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

    > Description Syntax Examples > Description The > operator returns true only if the left-hand operand is greater than the right-hand operand. Syntax > SELECT x ...
  • <=

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

    > Description Syntax Examples > Description The > operator returns true only if the left-hand operand is greater than the right-hand operand. Syntax > SELECT x ...
  • STDDEV_POP

    STDDEV_POP Description Syntax Arguments Examples Constraints STDDEV_POP Description Aggregate function. The STDDEV_POP(expr) function returns the population stand...
  • MATERIAL

    MATERIAL 算子用于物化下层算子输出的数据。 OceanBase 数据库以流式数据执行计划,但有时算子需要等待下层算子输出所有数据后才能够开始执行,所以需要在下方添加一个 MATERIAL 算子物化所有的数据。或者在子计划需要重复执行的时候,使用 MATERIAL 算子可以避免重复执行。 如下示例中,t1 表与 t2 表执行 NESTED LOO...
  • MATERIAL

    MATERIAL 算子用于物化下层算子输出的数据。 OceanBase 数据库以流式数据执行计划,但有时算子需要等待下层算子输出所有数据后才能够开始执行,所以需要在下方添加一个 MATERIAL 算子物化所有的数据。或者在子计划需要重复执行的时候,使用 MATERIAL 算子可以避免重复执行。 如下示例中,t1 表与 t2 表执行 NESTED LOO...
  • COT()

    COT() Description Syntax Arguments Examples COT() Description The COT() function returns the cotangent of input number(given in radians). Syntax > COT ( number )...
  • CREATE SYNONYM

    CREATE SYNONYM 功能描述 注意事项 语法格式 参数说明 示例 相关链接 CREATE SYNONYM 功能描述 创建一个同义词对象。同义词是数据库对象的别名,用于记录与其他数据库对象名间的映射关系,用户可以使用同义词访问关联的数据库对象。 注意事项 定义同义词的用户成为其所有者。 若指定模式名称,则同义词在指定模...