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
What are wait types?
Explain system views?
How can we delete a table in sql server?
What is sql server english query?
What is mean by dml?
What is outer join in sql server joins?
What are the database objects? : SQL Server Architecture
What is the difference between functions and scalar functions?
What is an inner join?
When should you use an instead of trigger?
How self join is different from outer join?
Describe in brief authentication modes in sql server.
What are the hotfixes and patches in sql server?
What are the steps you can take to avoid “deadlocks”?
What stored by the master?