in reply to Re: Re: Using the DBI to return the first ix/i rows
in thread Using the DBI to return the first ix/i rows

Sybase doesn't have either of those mechanisms. You need to do it in two steps.

set rowcount 10 select * from table
--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me