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
What is data type in database?
What is scope of pl sql developer in future?
What is pl sql quora?
How do you use a while loop in pl sql?
Is postgresql a server?
What are aggregate and scalar functions?
Is mariadb nosql?
How to return an array from java to pl/sql?
What are the set operators in sql?
Advantages and disadvantages of stored procedure?
What are the 3 modes of parameter?
How do you exit in sql?
What is an index in sql with example?
What is basic structure of pl sql?
Which one is faster ienumerable or iqueryable?