RaigorJiang commented on issue #11469: URL: https://github.com/apache/shardingsphere/issues/11469#issuecomment-886340888
How about ```sql insert into tableA(id,cd)select id,cd from tableB ``` Do not use parentheses in query statements, like the example? > Please refer to [Supported SQL](https://shardingsphere.apache.org/document/current/en/features/sharding/use-norms/sql/#supported-sql-1): > > > The table inserted and the table selected must be the same or bind tables. -- 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]
