how to find find & delete duplicate rows from two different
tables?
Answer Posted / paks
using rownum .
Select * from
(Select name,id, Row_number () over (partition by name order by id desc) rn from tblname)
Where rn=1;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
WHAT IS ecc 6.0
How to generate query output in html format?
1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What is data type in oracle?
How to create a testing table in oracle?
What are dml statements in oracle?
How to see the table columns used in an index?
Respected sir, Please send me technical questions related to oracle apps..
Explain oracle left join with an example?
How to use select statement to count the number of rows in oracle?
What is the recommended interval at which to run statspack snapshots, and why?
How do I limit the number of rows returned by an oracle query after ordering?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
Explain what does a control file contain?