HHH-18807 Fix a bug in HqlLexer.g4
This commit is contained in:
parent
0378e591cc
commit
afa550b9ec
|
@ -307,7 +307,7 @@ SET : [sS] [eE] [tT];
|
||||||
SIZE : [sS] [iI] [zZ] [eE];
|
SIZE : [sS] [iI] [zZ] [eE];
|
||||||
SOME : [sS] [oO] [mM] [eE];
|
SOME : [sS] [oO] [mM] [eE];
|
||||||
SUBSTRING : [sS] [uU] [bB] [sS] [tT] [rR] [iI] [nN] [gG];
|
SUBSTRING : [sS] [uU] [bB] [sS] [tT] [rR] [iI] [nN] [gG];
|
||||||
SUM : [sS] [uM] [mM];
|
SUM : [sS] [uU] [mM];
|
||||||
THEN : [tT] [hH] [eE] [nN];
|
THEN : [tT] [hH] [eE] [nN];
|
||||||
TIES : [tT] [iI] [eE] [sS];
|
TIES : [tT] [iI] [eE] [sS];
|
||||||
TIME : [tT] [iI] [mM] [eE];
|
TIME : [tT] [iI] [mM] [eE];
|
||||||
|
|
Loading…
Reference in New Issue