Posted by Alexander Kuznetsov on 03/02/06 00:18
an untested stab in the dark: select f1, f2 from table1 join (select f2, count(*) from table1 group by f2 having count(*)=1) t2 on t2.f2=table1.f2
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming