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
Can we update views in sql?
Can a view be mutating? If yes, then how?
How to use sql*plus built-in timers?
how can we find the number of rows in a table using mysql? : Sql dba
What is pivot table in sql?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
how to convert dates to character strings? : Sql dba
Explian rowid, rownum? What are the psoducolumns we have?
How does sql developer connect to oracle database?
Is sql dba a good career? : SQL DBA
What is offset and limit in sql?
What is the purpose of the partition table?
What are the different tcl commands in sql?
What is nested table in pl sql?
is it possible to pass an object or table to a procedure as an argument?