Re: Query issue/8.0.1/Serendipity

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: Query issue/8.0.1/Serendipity
Дата
Msg-id 200503080629.48411.ler@lerctr.org
обсуждение исходный текст
Ответ на Re: Query issue/8.0.1/Serendipity  (Richard Huxton <dev@archonet.com>)
Список pgsql-sql
On Tuesday 08 March 2005 06:17 am, Richard Huxton wrote:
> Larry Rosenman wrote:
> > I have an 8.0.1 server running the Blogging software serendipity, and the
> > following query fails with "relation e not defined", but it is on the
> > first line:
> >
> > "SELECT timestamp FROM serendipity_entries e, serendipity_category c,
> >
> > serendipity_entrycat ec LEFT OUTER JOIN serendipity_entryproperties
>
> I think this line here is the problem. You've told it to LEFT OUTER JOIN
> from "ec", not "e".
>
and re-arranging the FROM clause to put serendipity_entries e right before the 
LEFT OUTER JOIN runs.

I've reported this to the s9y folks.

LER

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-351-4152                 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611


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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Query issue/8.0.1/Serendipity
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Query issue/8.0.1/Serendipity