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 rank dense_rank and partition in sql?
Does a user_objects view have an entry for a trigger?
What are literals in sql server?
Can we insert data in view?
Difference between truncate, delete and drop commands?
What is varchar example?
How do I view a view in sql?
explain the difference between bool, tinyint and bit. : Sql dba
Is it possible to sort a column using a column alias?
What is sql entity?
Can we enter data in a table in design view?
What does count (*) mean?
Mention what is the use of function "module procedure" in pl/sql?
What is cursor explain with example?
What is an exception in PL/SQL? What are the two types of exceptions?