Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ title: 查询算子
| 算子类型 | 描述 |
|--------------|-------------|
| **[算术](arithmetic)** | 数学运算(+、-、*、/、%、DIV) |
| **[比较](comparison)** | 值比较(=、!=、<、>、<=、>=、BETWEEN、IN) |
| **[比较](comparison)** | 值比较(=、!=、&lt;、&gt;、&lt;=、&gt;=、BETWEEN、IN) |
| **[逻辑](logical)** | 布尔逻辑(AND、OR、NOT、XOR) |
| **[JSON](json)** | JSON 数据操作(::、->、->>、@>、<@) |
| **[JSON](json)** | JSON 数据操作(::、-&gt;、-&gt;&gt;、@&gt;、&lt;@) |
| **[集合](set)** | 组合查询结果(UNION、INTERSECT、EXCEPT) |
| **[子查询](subquery)** | 嵌套查询(EXISTS、IN、ANY、ALL、SOME) |
Loading