D
dkimbrell
I have a query with varying quantities of records in it, say anywhere
from 20-10000 depending on the filter criteria.
I need to export these records in groups of 500. I suppose opening
multiple queries, each with 500 records, is the way to do this.
I know I can use SELECT TOP 500 to return the first group, but how do
I get the subsequent groups, like 501-1000?
from 20-10000 depending on the filter criteria.
I need to export these records in groups of 500. I suppose opening
multiple queries, each with 500 records, is the way to do this.
I know I can use SELECT TOP 500 to return the first group, but how do
I get the subsequent groups, like 501-1000?