Hi,
I'm trying to execute this query in querybuilder.
I've read the docs for the Where() In operator but i'm still having some trouble getting it to execute. What would be the correct way?
Thanks
Jonny
I'm trying to execute this query in querybuilder.
SELECT id, title, area_id From item WHERE item.area_id IN (SELECT item.area_id FROM item WHERE item.id = 3)
I've read the docs for the Where() In operator but i'm still having some trouble getting it to execute. What would be the correct way?
Thanks
Jonny