Skip to content

"enclosed by" is not recognized by the SQL parser #236

Closed
@svaningelgem

Description

@svaningelgem

Describe the bug

"enclosed by" is not recognized by the SQL parser

To Reproduce

Steps to reproduce the behavior:

  1. Go to SQL window
  2. Type for example:
SELECT a
into outfile '/tmp/temp.data' 
fields terminated by ',' enclosed by '"'
FROM sometable
  1. no need to run it (but when you run it against an actual table, it works just fine on the MySQL server)
  2. 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 '"')

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions