Thank You guys .
Damain, How will the row_number solution perform when I have a few million qualifying rows, out of which I select to delete the first 1000 rows . will db2 materialize the view firt before selecting the row numbers 1 to 1000 ? If it does, isn't this very expensive ?
Thanks again