I have an SQL statement like this:
SELECT * FROM items WHERE id IN (SELECT id FROM sel)
What I got is an error indication there and error in SQL line 1 or
something like that.
How can I solve this or it is simple because dbexpress does not support
subqueries