Languages SQL Transactions  

Transactions

 
Records 1-2 of 2
Title  /  Popularity Revised  Rating Size
Delete duplicates in a table (using a FOR UPDATE cursor and PL/SQL control)
This PL/SQL block deletes duplicate rows in a table, using a FOR UPDATE cursor and program control. Clear, concise comments ...
May 7th 2006   4k
Delete duplicates in a table (cleanly and easily, using ROWID)
This simple SQL statement deletes duplicate rows in each set, using the pseudocolumn ROWID (row address), preserving the first inserted ...
May 7th 2006   1k
New Code
Popular Code