Re: why does this not give a syntax error?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: why does this not give a syntax error?
Дата
Msg-id 27588.1370890356@sss.pgh.pa.us
обсуждение исходный текст
Ответ на why does this not give a syntax error?  (Scott Ribe <scott_ribe@elevated-dev.com>)
Ответы Re: why does this not give a syntax error?  (Scott Ribe <scott_ribe@elevated-dev.com>)
Список pgsql-general
Scott Ribe <scott_ribe@elevated-dev.com> writes:
> pg 9.2:
> delete from "ExternalDocument" where id = 11825657and "Billed" = 'f';

"11825657and" is not any more lexically ambiguous than "11825657+".
It has to be two separate tokens, and that's how it's read.

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Scott Ribe
Дата:
Сообщение: why does this not give a syntax error?
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: why does this not give a syntax error?