INSERT INTO 数据丢失 #34222
Unanswered
HigherLove520
asked this question in
A - General / Q&A
INSERT INTO 数据丢失
#34222
Replies: 2 comments 5 replies
-
Can you show me the table's ddl? |
Beta Was this translation helpful? Give feedback.
5 replies
-
解决了吗,我在2.17版本也遇到了,表里本来有1200多行不重复的数据,插入几十条后只剩1000条了,这也太可怕了吧。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用JDBC的方式去Doris执行INSERT INTO table SELECT * FROM other_table Conditions; 存在数据丢失情况,other_table中的所有列每一行数据长度和类型都是一样的,应该不存在有长度和类型不匹配的问题,开启了严格模式也不起作用。

Beta Was this translation helpful? Give feedback.
All reactions