diff --git a/docs/cn/sql-reference/10-sql-commands/30-query-operators/index.md b/docs/cn/sql-reference/10-sql-commands/30-query-operators/index.md index ce0f7f8940..58f1cce074 100644 --- a/docs/cn/sql-reference/10-sql-commands/30-query-operators/index.md +++ b/docs/cn/sql-reference/10-sql-commands/30-query-operators/index.md @@ -9,8 +9,8 @@ title: 查询算子 | 算子类型 | 描述 | |--------------|-------------| | **[算术](arithmetic)** | 数学运算(+、-、*、/、%、DIV) | -| **[比较](comparison)** | 值比较(=、!=、<、>、<=、>=、BETWEEN、IN) | +| **[比较](comparison)** | 值比较(=、!=、<、>、<=、>=、BETWEEN、IN) | | **[逻辑](logical)** | 布尔逻辑(AND、OR、NOT、XOR) | -| **[JSON](json)** | JSON 数据操作(::、->、->>、@>、<@) | +| **[JSON](json)** | JSON 数据操作(::、->、->>、@>、<@) | | **[集合](set)** | 组合查询结果(UNION、INTERSECT、EXCEPT) | | **[子查询](subquery)** | 嵌套查询(EXISTS、IN、ANY、ALL、SOME) | \ No newline at end of file