Skip to content

Commit

Permalink
reoslve conflict with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Yao-MR committed Jan 8, 2025
1 parent 9cc6a0f commit a96b821
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,6 @@ unsupportedShowStatement
LEFT_PAREN functionArguments? RIGHT_PAREN
((FROM | IN) database=multipartIdentifier)? #showCreateFunction
| SHOW (DATABASES | SCHEMAS) (FROM catalog=identifier)? wildWhere? #showDatabases
| SHOW DATA TYPES #showDataTypes
| SHOW CATALOGS wildWhere? #showCatalogs
| SHOW CATALOG name=identifier #showCatalog
| SHOW FULL? (COLUMNS | FIELDS) (FROM | IN) tableName=multipartIdentifier
((FROM | IN) database=multipartIdentifier)? wildWhere? #showColumns
| SHOW LOAD WARNINGS ((((FROM | IN) database=multipartIdentifier)?
Expand Down

0 comments on commit a96b821

Please sign in to comment.