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 / sam
SELECT num,
COUNT(num) AS NumOccurrences
FROM A
GROUP BY num
HAVING ( COUNT(num) > 1 )
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is varray?
What is the order of defining local variables and sub procedures/functions?
What is a private synonym?
How to set a transaction to be read only in oracle?
What is an anonymous block?
Does facebook use oracle?
What is java oracle used for?
What is an oracle transaction?
What is system global area (sga) in oracle?
What is the usage of save points in oracle database?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
what is the difference between data migration and production migration.
Explain alias?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
How to get execution statistics reports on query statements?