In trying to convert my mySQL database over to a Sybase database, the only real problem I've run into is that Sybase doesn't seem to have a LIMIT option for the SELECT statement. Is there any other way to do this?? Perhaps a subselect?? I'd hate to have the select statement return everything and then have PHP choose the range of output. Any help would be appreciated, greatly!