The parser doesn't seem to identify subqueries in where clauses, such as: ```SQL SELECT * FROM tableA WHERE id IN (SELECT id FROM tableB) ```