Hello, Could you please guide me how to code a query like the following in cayenne:
SELECT * FROM mytable WHERE id IN (SELECT ids FROM myothertable WHERE something); One option is SQLTemplate. How could I do it with ExpressionFactory.inExp(...)? Thank you, Nikos
