Replies: 1 comment 1 reply
-
have you had answer now ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi experts,
I went through the query code and find that, the INSERT statement is NOT part of sql.y and it is treated separately.
Is there any reason for this ?
The reason why I ask is, INSERT statement can be like, "INSERT INTO table [column1, column2] QUERY".
The QUERY here could be complicated.
-Jun
Beta Was this translation helpful? Give feedback.
All reactions