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 are data types in pl sql?
Why stored procedure is better than query?
How to look at the current sql*plus system settings?
What is restrict in sql?
What is sql integrity?
How many scalar data types are supported in pl/sql?
What types of commands can be executed in sql*plus?
What are the packages in pl sql?
What are the parameter modes supported by pl/sql?
What type of join is sql join?
describe mysql connection using mysql binary. : Sql dba
Is pl sql useful?
What is nested table in pl sql?
What is sql catalog?
What is sequence in sql?