Re: ON condition in LEFT OUTER JOIN doesn't work?!

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: ON condition in LEFT OUTER JOIN doesn't work?!
Дата
Msg-id 49DE28D9.5070805@iol.ie
обсуждение исходный текст
Ответ на ON condition in LEFT OUTER JOIN doesn't work?!  (Marcin Krol <mrkafk@gmail.com>)
Список pgsql-general
On 09/04/2009 17:34, Marcin Krol wrote:
> reservation.start_date > 2009-04-09)

You need to phrase it like this:

  ... reservation.start_date > '2009-04-09'::date ...

Try this and see what happens. :-)

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

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

Предыдущее
От: Aurimas Černius
Дата:
Сообщение: Re: complicated query (newbie..)
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Storing HTML: HTML entities being rendered in that raw form