how to delete duplicate rows from a specified table(only
single table)
how do you know which join is need to be used
Answer Posted / venkateswararao
delete from emp p where rowid<(select max(rowid) from emps where p.ename=s.ename)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is table? : Sql dba
Is delete faster than truncate?
How do I view a procedure in sql?
What does desc stand for?
What is pl sql commands?
How does one use sql*loader to load images, sound clips and documents? : aql loader
How do you update f as m and m as f from the below table testtable?
how do you know if your mysql server is alive? : Sql dba
how to check server status with 'mysqladmin'? : Sql dba
What is mdf ldf and ndf?
Is sqlexception checked or unchecked?
Why is normalization important?
What is the difference between sum and count in sql?
what is column? : Sql dba
describe transaction-safe table types in mysql : sql dba