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 is linked report?
Tell me the phases a transaction has to undergo?
In which tcp/ip port does sql server run? Can it be changed?
What is GUID in sql server?
Define Wed Edition in SQL Azure?
What is the server name for sql management studio?
How to execute a sql statement using odbc_exec()?
how to trace the traffic hitting a sql server? : Sql server database administration
What is the architecture of ms sql reporting service?
Define normalisation?
Explain about analysis services?
How to enable tcp/ip protocol on a sql server?
What is the difference between Triggers and Stored Procedure?
Characterize join and name diverse sorts of joins?
What is the name of the system variable that returns the number of rows affected by a SQL statement?