how to find out the repeated value from table using groupby
function?
Answer Posted / navin.cp
SELECT COUNT(Column_Name) FROM Table_Name WHERE (Condition)
GROUP BY Column_Name
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What do you mean by an execution plan?
Explain indexes disadvantages?
What is use of except clause?
How we create SQL Server 2005 Reporting Services ? Give me Sample
What are system databases into sql server (2005/2008) : sql server database administration
what are isolation levels? : Sql server database administration
Different types of keys in SQL?
What happens if null values are involved in bitwise operations?
Explain what are sparse columns?
What is partition in sql server?
What is the Control Flow in SSIS
Explain different types of Normalization.
List all the types of user-defined functions?
Call by value and call by reference in procedure and function, with NOCOPY.
Can you type more than one query in the query editor screen at the same time?