Answer Posted / suresh babu
select
id,
name
from
(select
id,
name
from
find_dup
group by
id,
name
having
count(*) > 1);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you pass hints to the sql processor?
explain primary keys and auto increment fields in mysql : sql dba
how do you login to mysql using unix shell? : Sql dba
What do you understand by pl/sql records?
How to convert comma separated string to array in pl/sql?
What is a natural join sql?
How can we solve sql error: ora-00904: invalid identifier?
What are the types of dbms?
Can variables be used in sql statements?
How to write a query to show the details of a student from students table whose
How many types of sql are there?
What is sqlcommand?
How do you determine the current isolation level? : Transact sql
Can you join views in sql?
How many types of primary keys are there?