| 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 Zhou | 6 Oct |
| • Re: Help: How to select a subset at a time? | Davor Cengija | 6 Oct |
| • Re: Help: How to select a subset at a time? | Ed Carp | 6 Oct |
| • Re: Help: How to select a subset at a time? | Vivek Khera | 6 Oct |
| • Help with mysql 3.22.25 for freebsd | Chris Manjoine | 6 Oct |
| • Re: Help: How to select a subset at a time? | Fraser MacKenzie | 6 Oct |
| • Re: Help: How to select a subset at a time? | Ed Carp | 6 Oct |
| • Re: Help with mysql 3.22.25 for freebsd | Steve Ruby | 6 Oct |
| • Re: Help with mysql 3.22.25 for freebsd | Chris Manjoine | 6 Oct |
| • Re: Help: How to select a subset at a time? | Davor Cengija | 6 Oct |
| • Re: Help: How to select a subset at a time? | Faisal Nasim | 6 Oct |
