Help for this page

Select Code to Download


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