RE: [GENERAL] LIMIT QUESTION

From: Michael J Davis <michael(dot)j(dot)davis(at)tvguide(dot)com>
To: "'Martin Wong'" <martin(at)minook(dot)com(dot)sg>, pgsql-general(at)postgreSQL(dot)org
Subject: RE: [GENERAL] LIMIT QUESTION
Date: 1999-04-29 04:18:34
Message-ID: 93C04F1F5173D211A27900105AA8FCFC145447@lambic.prevuenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I think "limit" is new with version 6.5.

-----Original Message-----
From: Martin Wong [SMTP:martin(at)minook(dot)com(dot)sg]
Sent: Wednesday, April 28, 1999 8:07 PM
To: pgsql-general(at)postgreSQL(dot)org
Subject: [GENERAL] LIMIT QUESTION

Hi,

I've an elementary question. What's wrong with the following :

dbtest=> select * from testusers limit 10;
ERROR: parser: parse error at or near "10"
dbtest=> select version();
version
-------------------------------------------------------------
PostgreSQL 6.4.2 on i586-pc-linux-gnu, compiled by gcc 2.7.2.
(1 row)

the testuser table has about 1000 rows.

Please comment.

Thanks

Browse pgsql-general by date

  From Date Subject
Next Message Chris Bitmead 1999-04-29 04:28:42 Re: [GENERAL] LIMIT QUESTION
Previous Message Andy Lewis 1999-04-29 02:14:01 Re: [GENERAL] PLpgSQL Stat Problem