I have a table with one of the columnw being LabOrg.
I want to pull back 1000 records (or all if less than 1000) for each distinct laborg in the table all at once.
So if tableA looks like this:
LabOrg OtherData
A stuff
AA stuff
B stuff
C stuff
My result set would contain 1000 records for laborg A, 1000 for AA, 1000 for B and so on.
Thanks
Mike Rutledge