SQL Server 2008 _选择查询上的重复值删除 [英] SQL Server 2008 _Duplicate value remove on select query

查看:80
本文介绍了SQL Server 2008 _选择查询上的重复值删除的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想只查看重复行的单个视图,并获取其他字段以获取该数据





I want to see only single vales for duplicate rows and fetch other fields w.r.t that data



推荐答案

将group(count(id))函数与group by一起使用以删除重复值。
Use aggregate(count(id)) functions with group by to remove the duplicate values.


检查此



sql-handling-duplicates.htm [ ^ ]


这篇关于SQL Server 2008 _选择查询上的重复值删除的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆