Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

wugeer
Copy link
Contributor

@wugeer wugeer commented Nov 11, 2024

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 #1509

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @wugeer -- I am always blown away when I see the variety of syntax supported by various SQL dialects

@alamb
Copy link
Contributor

alamb commented Nov 13, 2024

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

@wugeer
Copy link
Contributor Author

wugeer commented Nov 13, 2024

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

@alamb alamb merged commit 2bb8144 into apache:main Nov 13, 2024
8 checks passed
@alamb
Copy link
Contributor

alamb commented Nov 13, 2024

Thanks again @wugeer an @lovasoa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants