write a query to delete similar records in same table
Answer Posted / balaji
delete from sampletable where ids in(select ids from
sampletable group by ids having count(ids)>1)
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the best sql course?
what is datawarehouse? : Sql dba
Can you do multiple joins in sql?
what is primary key? : Sql dba
What is sql not null constraint?
How to make a copy values from one column to another in sql?
Explain the insert into statements in sql?
How can you create an empty table from an existing table?
What is trigger in flip flop?
What is nvarchar in sql?
what are the security recommendations while using mysql? : Sql dba
Explain mutating table error.
What are predefined functions in sql?
Does oracle roll back the transaction on an error?
how to rename an existing column in a table? : Sql dba