tuohai666 commented on issue #2277: ERROR when tried to import sql file into a  
sharding-proxy system
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2277#issuecomment-487512597
 
 
   `insert into info_title values(1521846697390,'搜索结果:\'swatch 、\'');`
   This SQL can't be executed if the table do not have a sharding rule. 
   If you want to execute INSERT SQLs without a sharding rule, change the SQL 
to:
   `insert into info_title(id, info) values(1521846697390,'搜索结果:\'swatch 、\'');`

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to