in reply to Combined SQL Queries (e.g., EXCEPT) and DBIx::Class
It looks like you can shoehorn that WHERE clause into the search_literal method the way you need to.SELECT * FROM items WHERE item_id NOT IN (SELECT item_id FROM mapping WHERE container_id = ?)
|
|---|