Ants' Blog
博客园
首页
新随笔
联系
订阅
管理
随笔 - 60 文章 - 11 评论 - 245 trackbacks - 2
04 2009 档案
数据库中查出一列中的重复值的行
摘要: 备忘....SQL语句:table:表名test:要查的列(有重复的值)select * from table a where (select count(1) from table b where a.test=b.test)>1
阅读全文
posted @
2009-04-15 14:46
Ants 阅读(211) |
评论 (0)
编辑