Re: sql command strange behaviour

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: sql command strange behaviour
Дата
Msg-id 3155.1223302336@sss.pgh.pa.us
обсуждение исходный текст
Ответ на sql command strange behaviour  (Guy Deleeuw <G.De_Leeuw@eurofer.be>)
Список pgsql-admin
Guy Deleeuw <G.De_Leeuw@eurofer.be> writes:
> Now I execute this query that request one column more, the "ind" field.,
> the return of this query is bad.

You didn't say what you think is bad about it ... but in any case I'll
bet that this bit isn't doing what you want:

    ... AND (ind=ind) ...

As-is it's useless.  You probably need to table-qualify one or both
names.

            regards, tom lane

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Postgres database as a client/server architecture
Следующее
От: Rich
Дата:
Сообщение: Re: Postgres database as a client/server architecture