Skip to content

Commit 10fa416

Browse files
committed
fix: escape HTML special characters in Chinese query operators page
1 parent f579acf commit 10fa416

File tree

1 file changed

+2
-2
lines changed
  • docs/cn/sql-reference/10-sql-commands/30-query-operators

1 file changed

+2
-2
lines changed

docs/cn/sql-reference/10-sql-commands/30-query-operators/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ title: 查询算子
99
| 算子类型 | 描述 |
1010
|--------------|-------------|
1111
| **[算术](arithmetic)** | 数学运算(+、-、*、/、%、DIV) |
12-
| **[比较](comparison)** | 值比较(=、!=、<、>、<=、>=、BETWEEN、IN) |
12+
| **[比较](comparison)** | 值比较(=、!=、&lt;&gt;&lt;=、&gt;=、BETWEEN、IN) |
1313
| **[逻辑](logical)** | 布尔逻辑(AND、OR、NOT、XOR) |
14-
| **[JSON](json)** | JSON 数据操作(::、->、->>、@>、<@) |
14+
| **[JSON](json)** | JSON 数据操作(::、-&gt;、-&gt;&gt;、@&gt;&lt;@) |
1515
| **[集合](set)** | 组合查询结果(UNION、INTERSECT、EXCEPT) |
1616
| **[子查询](subquery)** | 嵌套查询(EXISTS、IN、ANY、ALL、SOME) |

0 commit comments

Comments
 (0)