C Cremate Registered User. Local time Yesterday, 16:48 Joined Feb 18, 2008 Messages 25 Feb 18, 2008 #1 I have not found an easy way to do this yet. Assuming I have my TOP 10 and ORDER BY parts correct, how can I absolutely restrict my results to exactly 10? Thanks
I have not found an easy way to do this yet. Assuming I have my TOP 10 and ORDER BY parts correct, how can I absolutely restrict my results to exactly 10? Thanks
C Cremate Registered User. Local time Yesterday, 16:48 Joined Feb 18, 2008 Messages 25 Feb 18, 2008 #2 Sort of a hack, but I just sorted on a unique field as well (we dont care which results are ommitted as long as there is exactly 10!).
Sort of a hack, but I just sorted on a unique field as well (we dont care which results are ommitted as long as there is exactly 10!).