Skip to content
Snippets Groups Projects
Commit 81b68d42 authored by Alexander Tolstoy's avatar Alexander Tolstoy Committed by Alexander Tolstoy
Browse files

replaced reference with column_name for INSERT

parent dc659070
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -34,4 +34,4 @@ type ::= 'ANY'
| 'TEXT'
| 'UNSIGNED'
| 'VARCHAR' ('(' length ')')?
INSERT ::= 'INSERT' 'INTO' table ('(' reference (',' reference)* ')')? 'VALUES' row
INSERT ::= 'INSERT' 'INTO' table ('(' column_name (',' column_name)* ')')? 'VALUES' row
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment