tristaZero edited a comment on issue #6429: URL: https://github.com/apache/shardingsphere/issues/6429#issuecomment-663323642
Hi guy, Thanks for your comment. @prefect1005 @awnurrk Which version do you adopt? I got your point here. > Logic SQL: INSERT INTO template_sickness_detail_temporary ( price, `usage`, frequency, doctor_advice ) VALUES (56, 'dddd', 'deee', 'good') > Actual SQL: INSERT INTO template_sickness_detail_temporary (price, usage, frequency, doctor_advice) VALUES (56, 'dddd', 'deee', 'good') ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
