Duplicate delete records using rowid in oracle

 DELETE FROM XXFG_RCP

WHERE rowid not in

(

SELECT MIN(rowid)

FROM XXFG_RCP

GROUP BY COM_NAME, ITEM_CODE, ORG_CODE

);


Comments

Popular posts from this blog

Formula list

Formula Line change query