What is the Query to print out the individual total number of
duplicate row in sql.
Answer Posted / vivek ghorad
SELECT * FROM emp WHERE ROWID NOT IN(SELECT MIN(ROWID)FROM
emp GROUP BY empno,fname,dept);
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Why truncate is faster than delete?
Why is pl sql used?
How do I copy a table in sql?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
Why do we use procedures in sql?
What are pl/sql cursor exceptions?
Why select is used in sql?
What are local and global variables and their differences?
how can we destroy the cookie? : Sql dba
what does the t-sql command ident_current does? : Transact sql
What are the types of functions in sql?
What normalization means?
What is the difference between instead of trigger and after trigger?
How do I clear the screen in sql plus?
what are myisam tables? : Sql dba