We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f579acf commit 10fa416Copy full SHA for 10fa416
docs/cn/sql-reference/10-sql-commands/30-query-operators/index.md
@@ -9,8 +9,8 @@ title: 查询算子
9
| 算子类型 | 描述 |
10
|--------------|-------------|
11
| **[算术](arithmetic)** | 数学运算(+、-、*、/、%、DIV) |
12
-| **[比较](comparison)** | 值比较(=、!=、<、>、<=、>=、BETWEEN、IN) |
+| **[比较](comparison)** | 值比较(=、!=、<、>、<=、>=、BETWEEN、IN) |
13
| **[逻辑](logical)** | 布尔逻辑(AND、OR、NOT、XOR) |
14
-| **[JSON](json)** | JSON 数据操作(::、->、->>、@>、<@) |
+| **[JSON](json)** | JSON 数据操作(::、->、->>、@>、<@) |
15
| **[集合](set)** | 组合查询结果(UNION、INTERSECT、EXCEPT) |
16
| **[子查询](subquery)** | 嵌套查询(EXISTS、IN、ANY、ALL、SOME) |
0 commit comments