( SELECT a,b,c FROM tbl WHERE x=:1 EXCEPT SELECT a,b,c FROM tbl WHERE x=:2 ) r For a table tbl with columns rowid,a,b,c,d,x ... Note: ":1" and ":2" are arguments (I'm using Perl DBI). Now, I would ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results