Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting a Range of Rows

Status
Not open for further replies.

ghaleon

IS-IT--Management
Jul 22, 2006
20
US
I was curious if you might know how I would do a range of rows in PSQL starting at row 10 with a limit of 20 rows.

In MYSQL it would just be select * from table limit 10, 20

Thanks in advance.
 
Hi,

Have you thought about using the tranasctional (ISAM) engine in Pervasive. It's a bit technical but you'll be able to do pretty much whatever you want AND it will be very fast!

Regards,
Tom

 
I have no idea what that is or how to do it :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top