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
Why we use trigger in sql server with example?
What is a cursor, index in sql?
How do I find the sql server instance name?
Tell me what do you understand by a view? What does the with check option clause for a view do?
Explain the microsoft sql server delete command? : SQL Server Architecture
Why use stored procedures in sql server?
What is PROJECTION Operation?
Find first and last day of current month in sql server
How to retrieve error messages using mssql_get_last_message()?
What is Federation and Federation Member?
Describe in brief system database.
Which joins are sql server default?
What is always encrypted?
Do you know what is normalization of database? What are its benefits?
What is scd (slowly changing dimension)? : sql server analysis services, ssas