Subqueries with dbExpress
Posted: Wed 30 Apr 2008 18:24
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
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