Re: no syntax error on limit1

From: Willy-Bas Loos <willybas(at)gmail(dot)com>
To: Szymon Guz <mabewlun(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: no syntax error on limit1
Date: 2013-10-09 12:33:15
Message-ID: CAHnozTivJywMujOphHov1p635nfmiBMmRwyJi2-OiTELmpgdGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

duh!
thx.

On Wed, Oct 9, 2013 at 2:30 PM, Szymon Guz <mabewlun(at)gmail(dot)com> wrote:

>
> On 9 October 2013 14:24, Willy-Bas Loos <willybas(at)gmail(dot)com> wrote:
>
>> Hi,
>>
>> Postgres 9.1.9 gives me no syntax error on this, but all the records:
>> with a as (values
>> (1),(2),(3))
>> select *
>> from a
>> limit1
>>
>>
> Hi,
> that's quite OK. The "limit1" is just an alias for the table "a"
>
> Szymon
>
>

--
"Quality comes from focus and clarity of purpose" -- Mark Shuttleworth

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jov 2013-10-09 12:42:11 Re: no syntax error on limit1
Previous Message Szymon Guz 2013-10-09 12:30:16 Re: no syntax error on limit1