how to find out the repeated value from table using groupby
function?
Answer Posted / karthik
select eno,count(1) cnt from emp
group by eno having count(1) > 1;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you explain what is indexed view? How to create it?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
What are commonly used odbc functions in php?
when you create a database how is it stored? : Sql server database administration
Please explain go command in sql server?
What are null values in ms sql server?
How to delete a login name in ms sql server?
1 01 101 01010
What Is Rdbms?
Does a full backup include transaction log?
How can I know what locks are running on which resource?
What does it mean to normalize a database and why would you do it?
How do I start sql server 2017?
How can you list all the columns in a database?
How you can find out if an index is useful to the optimizer?