how to find out the repeated value from table using groupby
function?
Answer Posted / arshi
SELECT COUNT(CoumnName) AS Expr1
FROM Tablename
GROUP BY CoumnName
HAVING (COUNT(CoumnName) > 1)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
What is the difference between row_number and dense_rank?
What is user-defined functions? What are the types of user-defined functions that can be created?
Explain can SSRS reports Cache results?
What are the types of processing and explain each? : sql server analysis services, ssas
Explain where clause?
How to write a query with a full outer join in ms sql server?
Explain how to integrate the ssrs reports in application?
How to use group functions in the select clause in ms sql server?
When we should use and scope of @@identity?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
What is user-defined inline table-valued function?
How many instances per computer are there in sql server 2000?
How to store and query spatial data?
Do you know the policy based administration feature of sql server 2008?