Delete duplicate records in the emp table.
Answer Posted / smriti
delete from tablename a where a.rowid>(select min(rowid)
from tablename b where a.columnname=b.columnname)
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How do you remove duplicates without using distinct in sql?
Explain ttitle and btitle.
what is msql? : Sql dba
what are all the different normalizations? : Sql dba
How does a covering index work?
Does google use sql?
How do you delete a table?
What is compute?
explain access control lists. : Sql dba
what is the functionality of the function htmlentities? : Sql dba
What are the types of views in sql?
What is sql prepared statement?
What is nosql vs sql?
what are all types of user defined functions? : Sql dba
describe transaction-safe table types in mysql : sql dba