how to delete all duplicate records from a table using
subquery?
Answer Posted / dharmendra
delete from emp e1 where rowid >(select min(rowid) from emp
e2 where e1.empid=e2.empid)
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How do I find my oracle client driver version?
Is there a function to split a string in plsql?
How to use subqueries with the in operator using oracle?
What is an oracle and why it is used?
How to sort output in descending order in oracle?
What is MTTR advisor in Oracle?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is an oracle database?
How to create tables for odbc connection testing?
Difference between varchar and varchar2 data types?
What are the original export and import utilities?
How to check the oracle tns settings?
What happens if you lost a data file?
Explain the use of record option in exp command.