Closed wugeer closed 1 week ago
This PR supports CREATE TABLE SELECT clause for mysql dialect,. For more information, please refer to: https://dev.mysql.com/doc/refman/8.4/en/create-table-select.html
CREATE TABLE SELECT
This resolves issue https://github.com/apache/datafusion-sqlparser-rs/issues/1509
It appears this PR has a CI check that is failing and a some conflicts to resolve
@alamb thanks for your review! Have Done! :)
Thanks again @wugeer an @lovasoa
This PR supports
CREATE TABLE SELECT
clause for mysql dialect,. For more information, please refer to: https://dev.mysql.com/doc/refman/8.4/en/create-table-select.htmlThis resolves issue https://github.com/apache/datafusion-sqlparser-rs/issues/1509