Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit ea23efc

Browse files
committed
fix: select stmt
1 parent ded9b26 commit ea23efc

13 files changed

+26179
-25018
lines changed

RedshiftLexer.g4

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,17 @@ ZONE
16741674
// These tokens are specific to Amazon Redshift and not part of standard PostgreSQL
16751675

16761676
// Datashare Commands
1677+
QUALIFY
1678+
: 'QUALIFY'
1679+
;
1680+
1681+
CONNECT
1682+
: 'CONNECT'
1683+
;
1684+
1685+
TOP
1686+
: 'TOP'
1687+
;
16771688

16781689
VARBYTE
16791690
: 'VARBYTE'

RedshiftLexer.interp

Lines changed: 10 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)