write a query to delete similar records in same table
Answer Posted / apurva
delete from <tablename> rowid not in (select max(rowid)
from <tablename> group by <col.name where there are
repeating records>);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is sql workbench free?
how to install mysql? : Sql dba
What is aggregate function in sql?
What are the operators used in select statements?
How to write html code in pl sql?
What is materialized view in sql?
What are the different types of dbmss?
What is the difference between cross join and natural join?
How we can update the view?
What is sql and its types?
What do you understand by pl/sql cursors?
When is the update_statistics command used?
What is a unique key?
What is a database? Explain
How do you write an index?