Re: Using a multi-valued function in a view

Поиск
Список
Период
Сортировка
От Radcon Entec
Тема Re: Using a multi-valued function in a view
Дата
Msg-id 283239.19694.qm@web43408.mail.sp1.yahoo.com
обсуждение исходный текст
Ответ на Re: Using a multi-valued function in a view  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
By George, I think you've got it!
(Imagine a hokey imitation British accent.)
 
I only had to make one small change.  It complained it didn't know about a column named "charge".  When I changed it to:
    select charge, (cn).* from (select charge, chargeneeds(charge) as cn from charge) q;
it worked.
 
Thanks for all your time and effort!
 
RobR
 

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

Предыдущее
От: "Grand, Mark D."
Дата:
Сообщение: invalid byte sequence for encoding "UTF8": 0xab
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: sequences and RULEs