Re: "Display of specified number of records."

From: lotsastamina(at)hotmail(dot)com (Gene the Dancing Machine)
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: "Display of specified number of records."
Date: 2001-07-10 17:13:22
Message-ID: ba567c07.0107100913.2913d5c8@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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....

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-07-10 17:30:06 Re: CREATE TYPE function examples
Previous Message Roberto Mello 2001-07-10 17:07:41 Re: CREATE TYPE function examples