Skip to content

Commit ab78393

Browse files
committed
Merge pull request #28 from elrossco22/master
Parser: Add DESC as synonym for DESCRIBE.
2 parents 4bc4f16 + 287e8d6 commit ab78393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Parser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Parser
3636

3737
// MySQL Utility Statements
3838
'DESCRIBE' => 'SqlParser\\Statements\\ExplainStatement',
39+
'DESC' => 'SqlParser\\Statements\\ExplainStatement',
3940
'EXPLAIN' => 'SqlParser\\Statements\\ExplainStatement',
4041
'FLUSH' => '',
4142
'GRANT' => '',

0 commit comments

Comments
 (0)