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
Difference between inner join vs where ?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What is an oracle cursor variable?
How to change user password in oracle?
How to use subqueries with the in operator using oracle?
what are the default admin accounts in Oracle 10g ?
How can I introduce multiple conditions in like operator?
How do I connect to oracle database?
How to create a new user account in oracle?
various types of hints and their usage
How to select some columns from a table in oracle?
How to install oracle odbc drivers?
How to upsert (update or insert into a table)?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
What is Undo Management Advisor in Oracle?