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 are the different oracle database objects?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
Can we create database in oracle using command line ?
How to estimate disk space needed for an export job?
hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.
Describe the types of sub query?
How to use attributes of the implicit cursor in oracle?
What is java oracle used for?
What is the sql query to concatenate column values from multiple rows in oracle?
What is a directory object?
What is the difference between PFILE and SPFILE in Oracle?
Name the various constraints used in oracle?
How do I uninstall oracle 11g?
What is oracle thin client?
How to create a new oracle data file?