You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
CREATETABLEt1 (ctime time, cbit bit(32));
insert into t1 values(now(), 1);
CREATETABLEt2 (col_bit bit(32));
insert into t2 values(1);
CREATETABLEt3 (col_time time);
insert into t3 values(now());
update t1 set cbit =1where cbit in ( select col_bit from t2 where ctime in ( select col_time from t3 wheret1.cbit=1ort1.ctime<'18:00:00.00') );
2. What did you expect to see? (Required)
Success.
3. What did you see instead (Required)
ERROR 1105 (HY000): Data Too Long, field len 10, data len 15
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Success.
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
23ed0df
The text was updated successfully, but these errors were encountered: