Skip to content

Parsing error for select statement inside insert statement #31

@joe-re

Description

@joe-re

example:

INSERT INTO employees (payer_id, sarary, job_id)
VALUES (
  (select payer_id from organizations where id='xxxxxxxxxxxxx'),
 50000,
  'xxxxxxxxxx'
)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingparser

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions