Re: start selecting from particular ID

From: ktt <kestutis98(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: start selecting from particular ID
Date: 2002-08-12 12:23:19
Message-ID: 20020812122319.46109.qmail@web13903.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

use

SELECT * FROM table_name WHERE ID > your_id

ktt

--- ktt <kestutis98(at)yahoo(dot)com> wrote:
> Hello,
>
> I would like to select rows, starting from
> particular
> ID. Are there SQL methods to do this, or should I
> use
> scripting?
>
> thank you in advance,
>
> ktt
>
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please
> send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org
> so that your
> message can get through to the mailing list cleanly

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daryl Beattie 2002-08-12 12:43:42 Selecting Varchar range.
Previous Message mixo 2002-08-12 12:12:46 unexpected results