PSQL Function() help....

Поиск
Список
Период
Сортировка
От Dale Anderson
Тема PSQL Function() help....
Дата
Msg-id s87b5eb3.081@crystalsugar.com
обсуждение исходный текст
Ответы Re: [GENERAL] PSQL Function() help....  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Here is what I am trying to do.  I an trying to create a function that is passed two numbers,
get_people(2000,1).  The first value is a year, and the second is a week.  What I want the function to do, is to select
allthe names from a name table, and return a list of names that don't have an entry in the data table for the year, and
weekspecified.  Can this be done?? 

Thanks in Advance,
Dale.



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

Предыдущее
От: Ed Loehr
Дата:
Сообщение: [GENERAL] Trigger/Procedure creation problem...
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: [GENERAL] Trigger/Procedure creation problem...