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 the physical storage length of the data types date, time, and timestamp?
What is host variable in db2 cobol?
What is meant by dclgen?
What is the clustering index in the db2 database?
Which are the db2 tools to protect integrity of the database?
What is data manager?
What is scrollable cursor in db2?
What is drop table?
What is dbrm? When it will be created?
How to find primary key of a table in db2?
What is with ur in db2?
Define data page.
What is cursor with hold option in db2?
What is commit in db2?
Which command is used to connect to a database in DB2 ? Give the Syntax.