Hi all. I have a table which has 20 000 plus records and want to insert values from 1-50 to records which I filter which meets certain conditions.For instance,I want the first record to have value 1,next 2,3 up to 50 in the column name "rowno" given certain conditions. I assume a DO WHILE..ENDDO loop can sort that out but I am not really sure how to insert expressions in the loop.
Any help will greatly be appreciated.
Any help will greatly be appreciated.