dharkangel
MIS
Hi everyone,
I have a UNION query that I would like to select certain rows based on the rownumber, or ID if it were an actual table. For example, lets say I have 20 records in my UNION query and I write another query that only selects records 5-10. How would i do that? I already know how to use TOP, but that only grabs the first set of records, I don't know to grab records in between.
Thanks,
SR
I have a UNION query that I would like to select certain rows based on the rownumber, or ID if it were an actual table. For example, lets say I have 20 records in my UNION query and I write another query that only selects records 5-10. How would i do that? I already know how to use TOP, but that only grabs the first set of records, I don't know to grab records in between.
Thanks,
SR