Replies: 1 comment
-
@strongduanmu New ticket, if you have time to help me with this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I recently encountered a problem that I've been struggling with for a long time. I implemented a CREATE VIEW statement for my database, and it looks like this:
I ran into an error: if I use BEGIN instead of AS, everything works fine. However, when using the syntax AS select, it throws the following error:
Does anyone have any ideas on how I can resolve this issue or where I can look for a solution?
project-link: https://github.com/makssent/shardingsphere/tree/CreateViewStatement
Beta Was this translation helpful? Give feedback.
All reactions