how will i display the duplicate record's from a table...
i don't want to eliminate ...i want to display the duplicate
record...for example in my table i have 10 record's like
record no(1,2,3,4,2,9,6,1) in this ...so i want to receive
duplicates...
Answer / raja_kb
SELECT <Column Name1> FROM Table
GROUP BY <Column Name1> HAVING COUNT(*)>1;
| Is This Answer Correct ? | 7 Yes | 1 No |
Why do we need reorg in db2?
Is ibm db2 free?
how can we find nth max salary from A table
How can you display the current date & current time ?
What is collection in db2 bind?
what is difference between Plan and Package
When do you specify the isolation level? How?
Where can you declare a cursor in a cobol-db2 program?
Explain correlated sub-queries.
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
What is the difference between nvl and coalesce?
What are foreign keys?