We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bc4f16 + 287e8d6 commit ab78393Copy full SHA for ab78393
src/Parser.php
@@ -36,6 +36,7 @@ class Parser
36
37
// MySQL Utility Statements
38
'DESCRIBE' => 'SqlParser\\Statements\\ExplainStatement',
39
+ 'DESC' => 'SqlParser\\Statements\\ExplainStatement',
40
'EXPLAIN' => 'SqlParser\\Statements\\ExplainStatement',
41
'FLUSH' => '',
42
'GRANT' => '',
0 commit comments