Closed matthias-Q closed 1 year ago
Fixes #176
I had to remove the optional ; from the subquery node, because I think it should not be there. It does not seem to be allowed in Postgres/MySQL.
;
subquery
Fixes #176
I had to remove the optional
;
from thesubquery
node, because I think it should not be there. It does not seem to be allowed in Postgres/MySQL.