sqlparser icon indicating copy to clipboard operation
sqlparser copied to clipboard

Can't parse `grant`/`lock` stmt

Open coanor opened this issue 7 years ago • 1 comments

Even simple GRANT:

GRANT SELECT ON db2.`xx` TO 'jeffrey'@'localhost';  -- error: syntax error at position 6 near 'grant'

or LOCK:

lock tables T1 read;     -- error: syntax error at position 5 near 'lock'

coanor avatar Sep 14 '18 07:09 coanor

I'm getting the same error for GRANT.

chris-vest avatar Aug 22 '19 12:08 chris-vest