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
How to get maxsal , minsal, ename department wise in single query
List the parts of a database trigger.
Compare and contrast between sql and sql server and explain its various functions?
How to turn on or off recycle bin for the instance?
Name the various constraints used in oracle?
Please explain joins in oracle?
What are the data types in oracle?
What are the original export and import utilities?
How to delete all rows a table in oracle?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
How do I reset a sequence in oracle?
How do you find current date and time in oracle?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What is a package ? What are the advantages of package ?
What happens if you use a wrong connect identifier?