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
what are date and time data types in mysql? : Sql dba
What are the parameter modes supported by pl/sql?
define sql update statement ? : Sql dba
what are the types of join and explain each? : Sql dba
Explain two easy sql optimizations.
Can we call dml statement in function?
how to drop an existing view in mysql? : Sql dba
What is sql*loader and what is it used for?
How to change sql*plus system settings?
What is column?
what are the differences between char and nchar? : Sql dba
What are different types of sql commands?
Is ms sql traffic encrypted?
what is data integrity? : Sql dba
Where is all the data on the internet stored?