Closed LudoMon closed 4 years ago
The use of a subquery in a WHERE bracket expression was not correctly handled by the parser:
SELECT myField FROM myTable WHERE filterField IN ( SELECT otherField FROM otherTable )
Closes #316
The use of a subquery in a WHERE bracket expression was not correctly handled by the parser:
SELECT myField FROM myTable WHERE filterField IN ( SELECT otherField FROM otherTable )
Closes #316