From 2d86c413939ab18196b3d0fc7a963dce629713d6 Mon Sep 17 00:00:00 2001
From: "a.tolstoy" <a.tolstoy@picodata.io>
Date: Fri, 18 Oct 2024 15:24:15 +0300
Subject: [PATCH] query.ebnf: remove duplicate line

---
 doc/sql/query.ebnf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/sql/query.ebnf b/doc/sql/query.ebnf
index 6e5995da7..addedb7ac 100644
--- a/doc/sql/query.ebnf
+++ b/doc/sql/query.ebnf
@@ -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)*) ')'))*
-- 
GitLab