Snippet Name: Remove Duplicates
Description: remove duplicates in one pass at the table
Comment: First, you need to decide which fields constitute a duplicate, list these in each of the two 'group by' clauses, replacing fld1, fld2, etc.
Language:
Highlight Mode: PLSQL
Last Modified: February 28th, 2009
|
|