Skip to content

Commit 1048576

Browse files
rohitrs1983pull[bot]
authored andcommitted
[fix](docs) fix chinese description for error code 1051 (apache#29480)
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com>
1 parent 79ab074 commit 1048576

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ under the License.
3838
| 1047 | 用户输入了无效的操作指令 |
3939
| 1049 | 用户指定了无效的数据库 |
4040
| 1050 | 数据表已经存在 |
41-
| 1051 | 无效的数据表 |
41+
| 1051 | 用户指定了一个未知的表 |
4242
| 1052 | 指定的列名有歧义,不能唯一确定对应列 |
4343
| 1053 | 为Semi-Join/Anti-Join查询指定了非法的数据列 |
4444
| 1054 | 指定的列在表中不存在 |
@@ -52,6 +52,7 @@ under the License.
5252
| 1102 | 数据库名不正确 |
5353
| 1104 | 数据表名不正确 |
5454
| 1105 | 其它错误 |
55+
| 1109 | 用户在当前数据库中指定了未知表 |
5556
| 1110 | 子查询中指定了重复的列 |
5657
| 1111 | 在Where从句中非法使用聚合函数 |
5758
| 1113 | 新建表的列集合不能为空 |
@@ -175,4 +176,4 @@ under the License.
175176
| 5076 | 指定的保留历史分区时间段为空 |
176177
| 5077 | 指定的保留历史分区时间段无效 |
177178
| 5078 | 指定的保留历史分区时间段必须是成对的时间 |
178-
| 5079 | 指定的保留历史分区时间段对应位置的第一个时间比第二个时间大(起始时间大于结束时间) |
179+
| 5079 | 指定的保留历史分区时间段对应位置的第一个时间比第二个时间大(起始时间大于结束时间) |

0 commit comments

Comments
 (0)