Re: result from where clause

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: result from where clause
Дата
Msg-id 20041105173500.GA8855@wolff.to
обсуждение исходный текст
Ответ на result from where clause  (Kjetil Haaland <kjetil.haaland@student.uib.no>)
Список pgsql-novice
On Fri, Nov 05, 2004 at 15:01:44 +0100,
  Kjetil Haaland <kjetil.haaland@student.uib.no> wrote:
> I have a function that returns an integer value. Then i do a select from a
> table and uses this function in the where part of the select. Is it possible
> to get a row with the value from the function when i do the select from the
> table?

Unless you are doing something complicated, you should be able to just
add the function call to the select list.

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

Предыдущее
От: "John-Paul Delaney"
Дата:
Сообщение: Re: Install 7.4.6 on Redhat 8.0 - Any issues?
Следующее
От: Joe Conway
Дата:
Сообщение: Re: building a row with a plpgsql function