You are on page 1of 1

delete from temp

where rowid in(


select max(rowid) from temp
group by empno
having count(empno)>1)

You might also like