Hi, I'm testing SQL code, which returns several hundred thousand records. How do put a limit into the code to select say the first 10 records? Thanks, Dan.
--Reset rowcount
Set Rowcount 0 Terry L. Broadbent FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
Thanks for the tips. I'm working on an HP3000 using IMAGE\SQL. Unfortunately, none of those tips work with that flavor of SQL. I'll use ADO and set the MaxRecords property to 10. Dan.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.