List:General Discussion« Previous MessageNext Message »
From:Davor Cengija Date:October 6 1999 7:43pm
Subject:Re: Help: How to select a subset at a time?
View as plain text  
On Wed, 6 Oct 1999, Ed Carp wrote:

>On Wed, 6 Oct 1999, Davor Cengija wrote:
>
>> On Wed, 6 Oct 1999, Yingyao Zhou wrote:
>> 
>> >  select * from name order by name;
>> 
>> 	select * from name order by name limit 100;
>
>I don't think that's what he meant.  If I have 1000 records, how do I
>select records 500-600?
>
	limit 500, 100 means 'start at 500 and get next 100 records,
	so, till 599 including)
-- 
      v
Davor Cengija
davor@stripped
===================================
"Please allow 30 days for delivery"

Thread
Help: How to select a subset at a time?Yingyao Zhou6 Oct
  • Re: Help: How to select a subset at a time?Davor Cengija6 Oct
    • Re: Help: How to select a subset at a time?Ed Carp6 Oct
      • Re: Help: How to select a subset at a time?Vivek Khera6 Oct
        • Help with mysql 3.22.25 for freebsdChris Manjoine6 Oct
      • Re: Help: How to select a subset at a time?Fraser MacKenzie6 Oct
        • Re: Help: How to select a subset at a time?Ed Carp6 Oct
      • Re: Help with mysql 3.22.25 for freebsdSteve Ruby6 Oct
        • Re: Help with mysql 3.22.25 for freebsdChris Manjoine6 Oct
      • Re: Help: How to select a subset at a time?Davor Cengija6 Oct
  • Re: Help: How to select a subset at a time?Faisal Nasim6 Oct