Answer Posted / karthik
with [dup_cte] as {
select row_number(partition by eid order by eid) as rn from emp}
go
delete from [dup_cte] where rn>1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is union?
How to sort the rows in sql.
Is there a 64 bit version of ssms?
Can we commit in trigger?
How to run pl sql program in mysql?
What are the advantages of normalization?
how can we find the number of rows in a table using mysql? : Sql dba
What is the process of copying data from table a to table b?
What is sql clause?
Where not exists in sql?
Does pl/sql support create command?
How can you know that statistics should be updated?
What is a constraint?
Does sqlite need a server?
What does desc stand for?