If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Cursors are usually (always?) a bad idea - they cause all sorts of performance bottlenecks etc in systems. What is it you're trying to actually do with the data? can it be done with multiple updates etc?
hi ,
actually here filtering means i want to iterate on each row..
for example if the query returns 10 rows..i want to get the rows from 6th to 10th something like this.