List:General Discussion« Previous MessageNext Message »
From:Fraser MacKenzie Date:October 6 1999 3:43pm
Subject:Re: Help: How to select a subset at a time?
View as plain text  
select * from name order by name limit 500,100

will select records 500-599 (inclusive)

Fraser MacKenzie (fraserm@stripped)
---------------- (ICQ: 15389075)
Rondak's Portal  (http://www.rondaksportal.com/)

What do you want to play today?

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?
> -- 
> Ed Carp, N7EKG  	erc@stripped		940/367-2744 cell phone
> 
> Visit http://www.linux-usa.net - Plug-n-Go Linux servers for small business
>                                  "Plug it in - Turn it on - You're Done!"
> 
> 
> ---------------------------------------------------------------------
> Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
> posting. To request this thread, e-mail mysql-thread15311@stripped
> 
> To unsubscribe, send a message to the address shown in the
> List-Unsubscribe header of this message. If you cannot see it,
> e-mail mysql-unsubscribe@stripped instead.
> 
> 

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