diff --git a/docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md b/docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md index 4f9e57deb335e18..73bd61774d9fcb8 100644 --- a/docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md +++ b/docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md @@ -38,7 +38,7 @@ under the License. | 1047 | 用户输入了无效的操作指令 | | 1049 | 用户指定了无效的数据库 | | 1050 | 数据表已经存在 | -| 1051 | 无效的数据表 | +| 1051 | 用户指定了一个未知的表 | | 1052 | 指定的列名有歧义,不能唯一确定对应列 | | 1053 | 为Semi-Join/Anti-Join查询指定了非法的数据列 | | 1054 | 指定的列在表中不存在 | @@ -52,6 +52,7 @@ under the License. | 1102 | 数据库名不正确 | | 1104 | 数据表名不正确 | | 1105 | 其它错误 | +| 1109 | 用户在当前数据库中指定了未知表 | | 1110 | 子查询中指定了重复的列 | | 1111 | 在Where从句中非法使用聚合函数 | | 1113 | 新建表的列集合不能为空 | @@ -175,4 +176,4 @@ under the License. | 5076 | 指定的保留历史分区时间段为空 | | 5077 | 指定的保留历史分区时间段无效 | | 5078 | 指定的保留历史分区时间段必须是成对的时间 | -| 5079 | 指定的保留历史分区时间段对应位置的第一个时间比第二个时间大(起始时间大于结束时间) | \ No newline at end of file +| 5079 | 指定的保留历史分区时间段对应位置的第一个时间比第二个时间大(起始时间大于结束时间) |