no syntax error on limit1

From: Willy-Bas Loos <willybas(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: no syntax error on limit1
Date: 2013-10-09 12:24:59
Message-ID: CAHnozTj1ZoiUd-YUvJULX212-ZkCDZrN0SfSYG0Tf9Cx5drkvQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Cheers,

WBL

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Szymon Guz 2013-10-09 12:30:16 Re: no syntax error on limit1
Previous Message Tony Theodore 2013-10-09 12:09:45 Re: Hi, Friends, are there any ETL tools (free or commercial) available for PostgreSQL?