专注于.Net

享受编程的乐趣
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

选出表中某个字段唯一数据~

Posted on   古道飘零客  阅读(331)  评论(0编辑  收藏  举报
也许我们常常会遇到某一列由重复值,但我要需要只选出一条这样的记录该怎么办,以PUBS数据库为例
1 select * from titles as t
2 where not exists
3 (select * from titles where pub_id = t.pub_id and title_id < t.title_id)
努力加载评论中...
点击右上角即可分享
微信分享提示