Thread
:
How to find out the repeated value from table using groupby function
View Single Post
#
4
(
permalink
)
07-09-2008, 09:06 AM
koolswans
Junior Member
Join Date: Jul 2008
Location: Delhi
Posts: 4
Hope it works for u...
select * from TableName group by FieldName having count(FieldName) > 1
koolswans
View Public Profile
Send a private message to koolswans
Find all posts by koolswans