怎么在SQL中查询某列的数据全部相同?

[复制链接]
查看11 | 回复3 | 2011-11-28 15:06:18 | 显示全部楼层 |阅读模式
你这个需求是最简单的select * from table where name = 'abc' and sex = '0'就能满足你的要求...
回复

使用道具 举报

千问 | 2011-11-28 15:06:18 | 显示全部楼层
select * from tab t1where exists(Select 1 from tab where name = t1.name and sex = t1.sex and idt1.id)...
回复

使用道具 举报

千问 | 2011-11-28 15:06:18 | 显示全部楼层
select count(*)-count(distinct 某列) rom tables;为零则相同...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行