编程论坛 » SQL Server论坛 » sql查询问题
新手上路
我想请教一下“group by jno having count(JNO) = (select count(1) from tab1 where sno = 'S1')”是不是应该用:group by jno having count(JNO) >= (select count(1) from tab1 where sno = 'S1')因为按照楼主所说是“至少包含”的意思。
查看详细资料
TOP
中级会员