Skip to content

Commit

Permalink
[fix](docs) fix chinese description for error code 1051 (#29480)
Browse files Browse the repository at this point in the history
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com>
  • Loading branch information
2 people authored and pull[bot] committed Feb 26, 2024
1 parent 79ab074 commit 1048576
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -38,7 +38,7 @@ under the License.
| 1047 | 用户输入了无效的操作指令 |
| 1049 | 用户指定了无效的数据库 |
| 1050 | 数据表已经存在 |
| 1051 | 无效的数据表 |
| 1051 | 用户指定了一个未知的表 |
| 1052 | 指定的列名有歧义,不能唯一确定对应列 |
| 1053 | 为Semi-Join/Anti-Join查询指定了非法的数据列 |
| 1054 | 指定的列在表中不存在 |
Expand All @@ -52,6 +52,7 @@ under the License.
| 1102 | 数据库名不正确 |
| 1104 | 数据表名不正确 |
| 1105 | 其它错误 |
| 1109 | 用户在当前数据库中指定了未知表 |
| 1110 | 子查询中指定了重复的列 |
| 1111 | 在Where从句中非法使用聚合函数 |
| 1113 | 新建表的列集合不能为空 |
Expand Down Expand Up @@ -175,4 +176,4 @@ under the License.
| 5076 | 指定的保留历史分区时间段为空 |
| 5077 | 指定的保留历史分区时间段无效 |
| 5078 | 指定的保留历史分区时间段必须是成对的时间 |
| 5079 | 指定的保留历史分区时间段对应位置的第一个时间比第二个时间大(起始时间大于结束时间) |
| 5079 | 指定的保留历史分区时间段对应位置的第一个时间比第二个时间大(起始时间大于结束时间) |

0 comments on commit 1048576

Please sign in to comment.