Answer Posted / p.rajasekar
select count(<Duplicate_FieldName>),fees
from Table Name
group by <Duplcate_FieldName>
having count(<Duplicate_FieldName>)>1
Regards
P.Rajasekar
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why is stored procedure faster than query?
How to get unique records from a table?
What is error ora-01000: maximum open cursors exceeded
What is composite primary key in sql?
what are local and global variables and their differences? : Sql dba
Can variables be used in sql statements?
What is record type in pl sql?
How many joins can you have in sql?
how do you tune the slow running queries in oracle db , explain the methodology
how to delete an existing column in a table? : Sql dba
Should I use mbr or gpt?
Is join same as left join?
How do I view tables in mysql?
What are packages in pl sql and also explain its advantages?
Can we insert delete data in view?