HHH-18807 Fix a bug in HqlLexer.g4

This commit is contained in:
nathan.xu 2024-11-03 21:03:00 -05:00 committed by Gavin King
parent 0378e591cc
commit afa550b9ec
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ SET : [sS] [eE] [tT];
SIZE : [sS] [iI] [zZ] [eE];
SOME : [sS] [oO] [mM] [eE];
SUBSTRING : [sS] [uU] [bB] [sS] [tT] [rR] [iI] [nN] [gG];
SUM : [sS] [uM] [mM];
SUM : [sS] [uU] [mM];
THEN : [tT] [hH] [eE] [nN];
TIES : [tT] [iI] [eE] [sS];
TIME : [tT] [iI] [mM] [eE];