start selecting from particular ID

Started by kttover 23 years ago2 messagesgeneral
Jump to latest
#1ktt
kestutis98@yahoo.com

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

#2ktt
kestutis98@yahoo.com
In reply to: ktt (#1)
Re: start selecting from particular ID

use

SELECT * FROM table_name WHERE ID > your_id

ktt

--- ktt <kestutis98@yahoo.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@postgresql.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