MATERIAL 算子用于物化下层算子输出的数据。 OceanBase 数据库以流式数据执行计划,但有时算子需要等待下层算子输出所有数据后才能够开始执行,所以需要在下方添加一个 MATERIAL 算子物化所有的数据。或者在子计划需要重复执行的时候,使用 MATERIAL 算子可以避免重复执行。 如下示例中,t1 表与 t2 表执行 NESTED LOO...
SHOW INDEXES [FROM|IN] Synopsis Examples MySQL compatibility See also SHOW INDEXES [FROM|IN] The statement SHOW INDEXES [FROM|IN] lists the indexes on a specified table. Th...
<= 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 ...