Re: need help to write a function in postgresql

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: need help to write a function in postgresql
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C2082E6ED9@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на need help to write a function in postgresql  ("Madhu.Lanka" <mlanka@avineonindia.com>)
Список pgsql-admin
Madhu.Lanka wrote:
> Can u please help to write a function for the following scenario?

> "select [...] from [...] where [...] and p.name=? and p.password=?"

Don't use "?" for the parameters.
Use "$1" for the first parameter and "$2" for the second.

Yours,
Laurenz Albe

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

Предыдущее
От: "francescoboccacci@libero.it"
Дата:
Сообщение: SSL SYSCALL error: EOF detected
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SSL SYSCALL error: EOF detected