support SELECT ... INTO OUTFILE #11112
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
type/new-feature
Feature Request
Is your feature request related to a problem? Please describe:
No
Describe the feature you'd like:
From MySQL documentation 13.2.10.1 SELECT ... INTO OUTFILE Syntax:
It helps us to store the query result in a CSV form.
After this issue pingcap/parser#722, you have to implement a
SelectIntoExec
like theExplainExec
to let TiDB support this new syntax.Describe alternatives you've considered:
No
Teachability, Documentation, Adoption, Migration Strategy:
No
The text was updated successfully, but these errors were encountered: