0
沒有任何子查詢標準插入MySQL查詢,但MySQL的告訴我不是有子查詢,但MySQL的擲子查詢返回超過1行
子查詢返回超過1行
INSERT INTO
db_novelV2.tbl_saler_todo
(
is_drive, customer_type, operator_id, STATUS, remark,
update_dt, receive_saler, src_id, come_dt, has_give_present,
TYPE, service_id, src_type, allot_saler, has_car_shuttle,
customer_id, session_id, arrive_dt, creater_id, leave_dt,
collector_id, store_id, allot_dt, add_dt
)
VALUES
(0, 0, 528, 0, '',NULL, 307,0, NOW(), 0, 1, 352,0,307, 0, 243465,2993333,NOW(), 528, NULL, 0,4, NOW(), NOW());
謝謝你的回答。我有**重建**索引,並且插入MySQL查詢已正常工作。可能是表索引最近打破了。 – LiuKeFeng