Add support for sub queries something like
where table1.column2 > (select count(1) from table2)
Log in to post a comment.