delete from Employee where rowid in (
. @8 G% p- \3 d6 ?5 ~ select rid from () M! V8 D3 f5 @0 ]1 @: x% z
select rowid rid, 5 T, H/ y* l7 x
row_number() over(partition by id,name,email order by id,name,email) as idx 6 c4 }+ s% N# R7 D4 ^
from tab7)2 P! b6 G- U \& Y& P
where idx>1);
|