ThanoshanMV commented on pull request #13546:
URL: https://github.com/apache/shardingsphere/pull/13546#issuecomment-972622774


   > Hi @jingshanglu, I added `CREATE TABLE AS SELECT` statement within the 
existing `CREATE TABLE` statement (#13628). `EXPLAIN` statement's 
`SQL_statement` can have `CREATE TABLE AS SELECT`.
   > 
   > * Can we have `explainableStatement` like below:
   > 
   > ```
   > explainableStatement
   >     : select | insert | update | delete | createTable
   >     ;
   > ```
   > 
   > But the above definition would allow parsing normal `CREATE TABLE` 
statements too. Please let me know what do you think.
   
   Hi @jingshanglu, what can we do in the above situation


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


Reply via email to