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


Please Help Members By Posting Answers For Below Questions

You want to use a perspective in an mdx query. How do you select the perspective?

187


What does normalization do to data?

731


How to update multiple rows with one update statement in ms sql server?

861


What is the xml datatype?

814


Can multiple columns be used in sql group by clause in ms sql server?

739


tell me what is blocking and how would you troubleshoot it? : Sql server database administration

683


What is use of except clause? How does it differ from not in clause?

741


How to create a login account in ms sql server to access the database engine using "create login" statements?

743


What type of locking occurs during the snapshot generation? : sql server replication

1091


You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?

852


How to get a list of columns in a view using the "sp_help" stored procedure?

804


What is used to replicate sessions between instances in coldfusion clusters?

777


what is unique and xaml nonclustered index

786


What are the steps to process a single select statement?

693


What are the source of constraints?

676