Closed
Description
Describe the bug
"enclosed by" is not recognized by the SQL parser
To Reproduce
Steps to reproduce the behavior:
- Go to SQL window
- Type for example:
SELECT a
into outfile '/tmp/temp.data'
fields terminated by ',' enclosed by '"'
FROM sometable
- no need to run it (but when you run it against an actual table, it works just fine on the MySQL server)
- See error
Expected behavior
No error (no red cross at the left side)
Observed behaviour
Red cross at the left + these messages:
- Unrecognised keyword. (near enclosed by)
- Unexpected token. (near '"')