日期:2014-05-16 浏览次数:20832 次
select * from 有一数据库表 a where 2<=(select count(*) from 有一数据库表 where col1=a.col1 and col2=a.col2 and .... and col100=a.col100)
------解决方案--------------------
2.要求返回与这条记录有一个字段不同的所有数据(任意一个字段不同都是满足条件的);
select * from 有一数据库表 a where 2<=(select count(*) from 有一数据库表 where (col1=a.col1)+(col2=a.col2)+ ... + (col100=a.col100)>=99)
------解决方案--------------------
没有,不然 ACMAIN_CHM 肯定知道