Skip to content

Commit

Permalink
show id id identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ea-rus committed Feb 28, 2024
1 parent ecbdf25 commit 3cf5cbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mindsdb_sql/parser/dialects/mindsdb/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@ def show(self, p):
modes=[p[3]]
)

@_('SHOW FUNCTION CODE identifier',
'SHOW PROCEDURE CODE identifier')
@_('SHOW id id identifier')
def show(self, p):
category = p[1] + ' ' + p[2]
return Show(
Expand Down

0 comments on commit 3cf5cbe

Please sign in to comment.