how to get duplicate records from tables?write qurey for this?
Answer Posted / mahesh babu
select column_name,count(*) from table_name group by
column_name having count>1.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What does db2 plan contain?
What is declare cursor?
What is dbrm? When it will be created?
How to find the number of rows in a db2 table?
Explain the function of data manager.
Why select is not preferred in embedded sql programs?
How do I add a column in db2?
What is the cobol picture clause of the db2 data types date, time, timestamp?
what is a corelated subquerry?
How would you find out the total number of rows in a db2 table?
Can there be more than one cursor open for any program?
What is host variable in db2 cobol?
What are the prerogatives?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?