sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

Subqueries in WHERE clause

Open andrews05 opened this issue 6 years ago • 0 comments

The parser doesn't seem to identify subqueries in where clauses, such as:

SELECT * FROM tableA WHERE id IN (SELECT id FROM tableB)

andrews05 avatar Jul 26 '19 04:07 andrews05