how to get duplicate records from tables?write qurey for this?
Answer Posted / anshuman
Select column_name1,column_name2
from table_T
group by column_name1 having count(*)>1
it will give all the duplicates value of column_name1
| Is This Answer Correct ? | 28 Yes | 7 No |
Post New Answer View All Answers
What is deadlock in db2?
What is declare cursor?
what is diffrence b/w file-aid tool and file-aid utility???
B37 abend during spufi?
What are the bind parameters ibm db2?
Which command is used to remove all rows from a table?
What is database alias db2?
Is db2 a mainframe database?
What are the various isolation levels possible?
How is deadlock resolved?
Mention some fields that are a part of sqlca.
What is the function of logging in the db2 database?
What is temporal table in db2?
What is bufferpool in db2?
Explain about rct in db2?