Re: "Display of specified number of records." - Mailing list pgsql-sql

From lotsastamina@hotmail.com (Gene the Dancing Machine)
Subject Re: "Display of specified number of records."
Date
Msg-id ba567c07.0107100913.2913d5c8@posting.google.com
Whole thread Raw
In response to "Display of specified number of records."  (rajesh.prabhu@lycos.com (rajesh))
List pgsql-sql
Use "<",  ">" and "AND" after the "WHERE" to filter your return. This
works only if your testID is Serialized (ie 1,2,3). If they are
uniqueID's, another field must be used in it's place....


pgsql-sql by date:

Previous
From: Raymond Chui
Date:
Subject: Performance tuning in PostgreSQL?
Next
From: "James Orr"
Date:
Subject: Re: Help with SQL statement - Thanks