ThanoshanMV commented on pull request #13546:
URL: https://github.com/apache/shardingsphere/pull/13546#issuecomment-969967608
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.
--
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]