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
1 change: 1 addition & 0 deletions functions-and-operators/cast-functions-and-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Cast 函数和操作符用于将某种数据类型的值转换为另一种数据
| `SIGNED [INTEGER]` | 有符号整数 | 是 |
| `TIME(fsp)` | 时间 | 是 |
| `UNSIGNED [INTEGER]` | 无符号整数 | 是 |
| `VECTOR` | 向量 | 否 |
| `YEAR` | 年 | 否 |

示例:
Expand Down