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 is a schema? How is it useful in sql servers?
What are tuples in sql?
how to get a list of indexes of an existing table? : Sql dba
Explain the uses of database trigger.
What is replication id?
What is PL/SQL Records?
What is java sql driver?
Can two tables have same primary key?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What is sap sql?
Enlist the advantages of sql.
What is %s in sql?
What is equi join in sql?
what happens if null values are involved in expressions? : Sql dba
What is posting?