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 Description Syntax Arguments Examples Constraints STDDEV_POP Description Aggregate function. The STDDEV_POP(expr) function returns the population stand...
MATERIAL 算子用于物化下层算子输出的数据。 OceanBase 数据库以流式数据执行计划,但有时算子需要等待下层算子输出所有数据后才能够开始执行,所以需要在下方添加一个 MATERIAL 算子物化所有的数据。或者在子计划需要重复执行的时候,使用 MATERIAL 算子可以避免重复执行。 如下示例中,t1 表与 t2 表执行 NESTED LOO...
MATERIAL 算子用于物化下层算子输出的数据。 OceanBase 数据库以流式数据执行计划,但有时算子需要等待下层算子输出所有数据后才能够开始执行,所以需要在下方添加一个 MATERIAL 算子物化所有的数据。或者在子计划需要重复执行的时候,使用 MATERIAL 算子可以避免重复执行。 如下示例中,t1 表与 t2 表执行 NESTED LOO...
COT() Description Syntax Arguments Examples COT() Description The COT() function returns the cotangent of input number(given in radians). Syntax > COT ( number )...