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
Explain the purpose of %type and %rowtype data types with the example?
What are the parameter modes supported by pl/sql?
how can we optimize or increase the speed of a mysql select query? : Sql dba
What is the left table in sql?
Which table is left in left join?
How to look at the current sql*plus system settings?
how to use 'mysql' to run sql statements? : Sql dba
What is cursor explain with example?
When to use inner join and left join?
What are sql data types?
How can you fetch first 5 characters of the string?
I need a function for a train ticket reservation please answer it thanks in advance
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
what are the types of subquery? : Sql dba
What is rownum and rowid?