-
steps: as rules in SqlBase.g4 ,rowConstructor considers that Row(1,'item1') equal to (1,'item1') if I want to Insert data into the table row_type, I have to write sql as fellow: that's not cool, so is there any better way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
You can use
INSERT INTO ... SELECT ...
instead.