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
How can you control the amount of free space in your index pages?
How can sql server instances be hidden? : sql server security
Do you know what are different types of replication in sql server?
What are the five characteristics of good data?
What do you understand by hotfixes and patches in sql server?
Can we call future method from trigger?
What is difference between standardization and normalization?
How we can refresh the view?
How to create indexed view?
Why use “pivot” in sql server?
How do you migrate data from mssql server to azure?
Explain the properties of sub-query in sql server?
How to create new tables with "create table" statements in ms sql server?
How can you append an identity column to a temporary table?
List the advantages of using stored procedures?