-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
feature: Dose not support the ALTER syntax, ALTER table t1 rename t2, add c char(10); #760
Labels
Milestone
Comments
ACK |
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Nov 8, 2022
…c char(10) (stoneatom#760) fix some warnings add mtr for alter table support alter table: mix add/drop column、order column and other syntaxs to use
15 tasks
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Nov 9, 2022
…c char(10) (stoneatom#760) fix some warnings add mtr for alter table support alter table: mix add/drop column、order column and other syntaxs to use
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Nov 9, 2022
…c char(10) (stoneatom#760) fix some warnings add mtr for alter table support alter table: mix add/drop column、order column and other syntaxs to use
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Nov 9, 2022
…c char(10) (stoneatom#760) fix some warnings add mtr for alter table support alter table: mix add/drop column、order column and other syntaxs to use
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Nov 10, 2022
…c char(10) (stoneatom#760) fix some warnings add mtr for alter table support alter table: mix add/drop column、order column and other syntaxs to use
DandreChen
added a commit
to DandreChen/stonedb
that referenced
this issue
Nov 10, 2022
…c char(10) (stoneatom#760) fix some warnings add/fix mtr for alter table support alter table: mix add/drop column、order column and other syntaxs to use
mergify bot
pushed a commit
that referenced
this issue
Nov 10, 2022
…c char(10) (#760) fix some warnings add/fix mtr for alter table support alter table: mix add/drop column、order column and other syntaxs to use
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
Suggest to support the ALTER sytax :
ALTER table t1 rename t2, add c char(10);
Additional context
The current situation is as follows:
The text was updated successfully, but these errors were encountered: