-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[FEATURE] cannot parse DESC table_name #1931
Copy link
Copy link
Closed
Labels
DDLDDL statement relatedDDL statement relatedMySQLMySQL specific issueMySQL specific issueSponsor needed
Metadata
Metadata
Assignees
Labels
DDLDDL statement relatedDDL statement relatedMySQLMySQL specific issueMySQL specific issueSponsor needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Grammar or Syntax Description
SQL Example
DESC table_nameERROR MESSAGE
Additional context
DESC TABLEandEXPALIN TABLEcannot be parsed.Only
DESCRIBE TABLEis successfully parsed, although they are all synonyms to each other. (in MySQL)Thank you very much.