how to delete all duplicate records from a table using
subquery?
Answer Posted / noor
DELETE FROM T1
WHERE ROWID IN (SELECT ROWID FROM T1
WHERE ROWID NOT IN(SELECT MAX(ROWID) FROM
T1 GROUP BY C1,C2));
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do I use os authentication with weblogic jdriver for oracle and connection pools?
What privilege is needed for a user to connect to oracle server?
How to create an initialization parameter file?
Explain the use of file option in exp command.
How to display row numbers with the records?
What are the numeric comparison operations?
What is an oracle wallet?
Explain rename?
How to pass a cursor variable to a procedure?
How will you differentiate between varchar & varchar2?
How to define a procedure inside another procedure?
What are the different pseudo commands? Explain in general?
hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.
How to set up autotrace for a user account?
Why should I use oracle database?