You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using MySQL version 8.0+, so I need this syntax, so I tried the following operation
In this case, it seems that it can be correctly parsed as a statement.
But when I removed the last semicolon, it seemed incorrect and was divided into two SQL statements.
Is it because of the priority of grammar structure?
The text was updated successfully, but these errors were encountered:
openai0229
changed the title
Is this an issue of syntax structure priority
Is this an issue of syntax structure priority?
Dec 24, 2024
I am using MySQL version 8.0+, so I need this syntax, so I tried the following operation
In this case, it seems that it can be correctly parsed as a statement.
But when I removed the last semicolon, it seemed incorrect and was divided into two SQL statements.
Is it because of the priority of grammar structure?
The text was updated successfully, but these errors were encountered: