Skip to content
Snippets Groups Projects
Commit 2d86c413 authored by Alexander Tolstoy's avatar Alexander Tolstoy
Browse files

query.ebnf: remove duplicate line

parent 7c362b44
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -65,7 +65,6 @@ trim ::= 'TRIM' '('
substr ::= 'SUBSTR' '(' string ',' from (',' count)? ')'
lower ::= 'LOWER' '(' string ')'
upper ::= 'UPPER' '(' string ')'
substr ::= 'SUBSTR' '(' string ',' from (',' count)? ')'
values ::= 'VALUES'
('(' (expression(',' expression)*) ')')
(',' ('(' (expression(',' expression)*) ')'))*
......
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