-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Replies: 1 comment · 5 replies
-
Can you provide sql which can make me reproduce it? |
Beta Was this translation helpful? Give feedback.
All reactions
-
-- ods.ods_mes_p_sn_keyparts definition CREATE TABLE |
Beta Was this translation helpful? Give feedback.
All reactions
-
INSERT INTO ods_mes_p_sn_keyparts '11' AS WORK_ORDER SET delete_without_partition = true; DELETE FROM test.test_ods_mes_p_sn_keyparts |
Beta Was this translation helpful? Give feedback.
All reactions
-
我自己改了下表名 能复现 |
Beta Was this translation helpful? Give feedback.
All reactions
-
Well, it indeed a bug and it has fixed in next version. |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
好吧 谢谢 |
Beta Was this translation helpful? Give feedback.
-
之前1.1.3版本还可以
SET delete_without_partition = true
然后
DELETE FROM table
WHERE A = '111'
但是升级到1.2.4以后就报错了
SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = No value present
必须要加分区才给我删
这是为啥
Beta Was this translation helpful? Give feedback.
All reactions