How to update the Top (20) records with using Select query?
Table1 (table records are in for loop) has 60 records. At a time, I want to get first 20 records based on table column="TEXT", then update those 20 records with column="TEXT1".
After that, I will pick the next 20 records (21-40) and again update as above.
I'm using below query, but it will update the first 20 records after next 20 (21-40) records it will not work.