Re: [GENERAL] LIMIT QUESTION

From: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
To: Martin Wong <martin(at)minook(dot)com(dot)sg>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] LIMIT QUESTION
Date: 1999-04-29 04:28:42
Message-ID: 3727DFFA.E0F3CF9@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Only PostgreSQL 6.5 Beta supports LIMIT.

> 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Herouth Maoz 1999-04-29 11:34:39 Re: [GENERAL] Desperately Seeking Regular Expression
Previous Message Michael J Davis 1999-04-29 04:18:34 RE: [GENERAL] LIMIT QUESTION