Skip to content

Commit 53c90e9

Browse files
committed
support teradata sortcut for Select
1 parent 6cd5481 commit 53c90e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ TOKEN: /* SQL Keywords. prefixed with K_ to avoid name clashes */
258258
| <K_RIGHT:"RIGHT">
259259
| <K_ROW: "ROW">
260260
| <K_ROWS: "ROWS">
261-
| <K_SELECT:"SELECT">
261+
| <K_SELECT: ("SELECT" | "SEL")>
262262
| <K_SEMI : "SEMI">
263263
| <K_SEPARATOR:"SEPARATOR">
264264
| <K_SET:"SET">

0 commit comments

Comments
 (0)