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 for view feature #7974

Closed
AndrewDi opened this issue Oct 21, 2018 · 2 comments
Closed

Support for view feature #7974

AndrewDi opened this issue Oct 21, 2018 · 2 comments

Comments

@AndrewDi
Copy link
Contributor

AndrewDi commented Oct 21, 2018

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:

  1. Create or Replace viename AS select statement
    ref MySQL Document Create or Replace VIEW
    create or replace view v as select a+199*0.5 from t;
    image
  2. show full ables grammar support view
    ref MySQL Document Show full tables
    show full tables
    image
    3.show create table grammar support view
    ref MySQL Document show create table
    show create table v
    image

Teachability, Documentation, Adoption, Migration Strategy:

Design Doc:
https://docs.google.com/document/d/1fzWxn9eqi4qwhS5KmIgQd-AhNt1J1HZfc4jf7HTSAzo/edit?usp=sharing

@shenli
Copy link
Member

shenli commented Oct 21, 2018

@AndrewDi Thanks!

@ghost
Copy link

ghost commented Jul 30, 2020

I am going to close this issue now, as views are now available. Known issues are being tracked in #9798

Thanks!

@ghost ghost closed this as completed Jul 30, 2020
This issue was closed.
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

No branches or pull requests

2 participants