I have table-A(1,2,3,4,4,5,6,6,6,7).
how to get all duplicate values?what is sql query?
Answer Posted / a.brahmam
delete from table name
where rowid not in(select max(rowid) from table name group by column name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ASM (Automatic Storage Management) in Oracle?
How to rename a column in an existing table?
What is using clause and give example?
Is rowid unique in oracle?
What is a cursor variable?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
How to update a table row with a record?
How to delete an existing row from a table in oracle?
Which environment variables are absolutely critical in order to run the OUI?
What is a data lock in oracle?
Can you drop an index associated with a unique or primary key constraint?
What is not equal to in oracle?
What are the different editions of oracle?
State any two functions of oracle?
What is set operator oracle?