apache / datafusion-sqlparser-rs

Extensible SQL Lexer and Parser for Rust
Apache License 2.0
2.8k stars 543 forks source link

Add support for MYSQL's `CREATE TABLE SELECT` expr #1515

Closed wugeer closed 1 week ago

wugeer commented 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

This resolves issue https://github.com/apache/datafusion-sqlparser-rs/issues/1509

alamb commented 1 week ago

It appears this PR has a CI check that is failing and a some conflicts to resolve

wugeer commented 1 week ago

@alamb thanks for your review! Have Done! :)

alamb commented 1 week ago

Thanks again @wugeer an @lovasoa