mysql:
select ifnull(count(*),0)+0 as cc From dede_diyform3 where ifcheck=0sqlserver:
select isnull(count(*),0)+0 as cc From dede_diyform3 where ifcheck=0挑着用吧
select * from 表名 where id not in (select id from 表名 where 条件)选出复合条件的 id, 然后查询所有 id 不是 复合条件的 id 那剩下的就是 不符合的
三条语句仅效率低并且缺点:冗余数据
能行 既满足 name='@info'满足 address='@info'
两语句同行都取份 需要自手工排除掉
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)