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 / sudipta santra
select * from A group by no having count(*)>1 ;
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is format trigger?
What is a sub query? What are its various types?
How to create id with auto_increment on oracle?
How many types of tables are there in oracle?
How to loop through data rows in the implicit cursor?
What is an oracle transaction?
Why does for update in oracle 8 cause an ora-01002 error?
What is an oracle user role?
Can objects of the same schema reside in different tablespace?
How to empty your oracle recycle bin?
Compare and contrast between sql and sql server and explain its various functions?
What is an Oracle Instance?
How to check database size in Oracle?
what is dynamic SGA and static SGA
How remove data files before opening a database?