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 many sql dml commands are supported by 'mysql'? : Sql dba
What does the argument [or replace] do?
What is null in pl/sql?
How global cursor can be declare with dynamic trigger ?
Can we debug stored procedure?
What is exception? What are the types of exceptions?
Is sql better than excel?
How do you determine the current isolation level? : Transact sql
what are the t string functions available in tsql? : Transact sql
How to rename a table?
Can we insert in view in sql?
Which one is better subquery or joins?
What are the properties of a transaction?
Can you have a foreign key without a primary key?
Can we use pl sql in sql server?