Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rownum

Oracle: Why I Cannot Rely On Rownum In A Delete Clause

I have a such statement: SELECT MIN(ROWNUM) FROM my_table GROUP BY NAME HAVING COUNT(NAME) > 1… Read more Oracle: Why I Cannot Rely On Rownum In A Delete Clause