why does this not give a syntax error?

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: why does this not give a syntax error?
Date: 2013-06-10 18:42:12
Message-ID: 1860E580-03D4-4D1D-87DA-AA14FFBC5A33@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pg 9.2:

delete from "ExternalDocument" where id = 11825657and "Billed" = 'f';

--
Scott Ribe
scott_ribe(at)elevated-dev(dot)com
http://www.elevated-dev.com/
(303) 722-0567 voice

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2013-06-10 18:52:36 Re: why does this not give a syntax error?
Previous Message Alvaro Herrera 2013-06-10 16:48:38 Re: My function run successfully with cursor, but can't change table