- or download this
$schema->resultset('foo')->search_literal('EXCEPT SELECT * FROM bar')
- or download this
SELECT * FROM foo WHERE ( EXCEPT SELECT * FROM BAR )
- or download this
$schema->resultset('foo')->search_literal( '1=1) EXCEPT (SELECT * FROM
+ bar' )