Re: no syntax error on limit1

From: Szymon Guz <mabewlun(at)gmail(dot)com>
To: Willy-Bas Loos <willybas(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:30:16
Message-ID: CAFjNrYtuS=ovNQ7A+gF6vzJLV_VkyC_9UNAwxb6+aXmuUq3ApA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Willy-Bas Loos 2013-10-09 12:33:15 Re: no syntax error on limit1
Previous Message Willy-Bas Loos 2013-10-09 12:24:59 no syntax error on limit1