We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe:
No Describe the feature you'd like:
MySQL view feature compatibility From now on, I have complete following function:
create or replace view v as select a+199*0.5 from t;
show full tables
show create table v
Teachability, Documentation, Adoption, Migration Strategy:
Design Doc: https://docs.google.com/document/d/1fzWxn9eqi4qwhS5KmIgQd-AhNt1J1HZfc4jf7HTSAzo/edit?usp=sharing
The text was updated successfully, but these errors were encountered:
@AndrewDi Thanks!
Sorry, something went wrong.
I am going to close this issue now, as views are now available. Known issues are being tracked in #9798
Thanks!
No branches or pull requests
Feature Request
Is your feature request related to a problem? Please describe:
No
Describe the feature you'd like:
MySQL view feature compatibility
From now on, I have complete following function:
ref MySQL Document Create or Replace VIEW
create or replace view v as select a+199*0.5 from t;
ref MySQL Document Show full tables
show full tables
3.show create table grammar support view
ref MySQL Document show create table
show create table v
Teachability, Documentation, Adoption, Migration Strategy:
Design Doc:
https://docs.google.com/document/d/1fzWxn9eqi4qwhS5KmIgQd-AhNt1J1HZfc4jf7HTSAzo/edit?usp=sharing
The text was updated successfully, but these errors were encountered: