Skip to content

Commit

Permalink
Remove redundant ? from SHOW COLUMNS in SqlBase.g4
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored and wendigo committed Jan 4, 2024
1 parent d824960 commit 3332ff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ statement
(LIKE pattern=string (ESCAPE escape=string)?)? #showSchemas
| SHOW CATALOGS
(LIKE pattern=string (ESCAPE escape=string)?)? #showCatalogs
| SHOW COLUMNS (FROM | IN) qualifiedName?
| SHOW COLUMNS (FROM | IN) qualifiedName
(LIKE pattern=string (ESCAPE escape=string)?)? #showColumns
| SHOW STATS FOR qualifiedName #showStats
| SHOW STATS FOR '(' rootQuery ')' #showStatsForQuery
Expand Down

0 comments on commit 3332ff6

Please sign in to comment.