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 the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
Is it possible to insert comments into sql statements return in the data model editor ?
How to delete an existing row from a table in oracle?
Give the different types of rollback segments.
 How to use an oracle sequence generator in a mapping?
Why do you use stored procedures and state some of its disadvantages?
please explain.. DB architecture ...
How to insert a new row into a table in oracle?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
How do I learn what codesets are available in oracle?
How to drop a tablespace?
What is the difference between substr & instr functions?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
Explain the use of record option in exp command.
Can you have more than one content canvas view attached with a window ?