Skip to content
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

support create table..clone and alter table...swap #373

Closed
reata opened this issue May 22, 2023 · 0 comments · Fixed by #372
Closed

support create table..clone and alter table...swap #373

reata opened this issue May 22, 2023 · 0 comments · Fixed by #372
Labels
enhancement New feature or request

Comments

@reata
Copy link
Owner

reata commented May 22, 2023

CREATE TABLE CLONE:

create table tab2 CLONE tab1

Ref:


ALTER TABLE SWAP WITH:

alter table tab1 swap with tab2

Ref:

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

Successfully merging a pull request may close this issue.

1 participant