Delete duplicate records in the emp table.
Answer Posted / srinivas ganamur
Delete from table t1
where t1.rowid>(select from table t2
from table t2
where t1.col_name=t2.col_name);
Srinivas Ganamur
Bangalore
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How do I run a sql trace?
What is $$ in sql?
Is sqlite free?
Is primary key is clustered index?
what are the join types in tsql? : Transact sql
What is record data type?
What is ttitle and btitle?
What are pl/sql cursors?
What is auto increment?
what is offset-fetch filter in tsql? : Transact sql
How is debugging done?
What are the different dcl commands in sql?
when MSQL8.0 is in market
What is database sql?
Which is faster union or join?