Re: limit functionality

2005-01-04 Thread Mamta Satoor
and all of my queries to derby > and I have the need to use LIMIT functionality. Or for those of you not > familiar with mySQL syntax specifically, the ability to fetch x records from > a point y number of records into the recordset. > > In mySQL I would be able to tack 'LIMI

limit functionality

2005-01-04 Thread Liam Egan
eed to use LIMIT functionality. Or for those of you not familiar with mySQL syntax specifically, the ability to fetch x records from a point y number of records into the recordset. In mySQL I would be able to tack 'LIMIT y,x' onto the end of a query to accomplish this, but I ca