TherChenYang commented on issue #30600: URL: https://github.com/apache/shardingsphere/issues/30600#issuecomment-2017273605
Please confirm if your SQL is correct. In MySQL, the correct syntax is: ```sql update kq_attendance_daily SET attendance_plan_id = ?, plan_type = ? where id = ? and attendance_date = ? ``` Instead of ```sql update kq_attendance_daily SET attendance_plan_id = ?, plan_type = ?, where id = ? and attendance_date = ? ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
