Re: [ADMIN] Fwd: Re: fun with postgresql

Поиск
Список
Период
Сортировка
От J Carlos Morales Duarte.
Тема Re: [ADMIN] Fwd: Re: fun with postgresql
Дата
Msg-id Pine.LNX.4.10.10001281319390.7638-100000@cofradia.corp.mex
обсуждение исходный текст
Ответ на Fwd: Re: fun with postgresql  (Ruben Fagundo <rfagundo@npv.com>)
Ответы Re: [ADMIN] Fwd: Re: fun with postgresql
Список pgsql-admin

mmmmmmmmmm

On Fri, 28 Jan 2000, Ruben Fagundo wrote:

> Does anyone have any idea why this happened ?
>
> I'm having trouble with postgresql.  My script tries to do this:
>
> my $sql = "insert into people (firstName, lastName, Email)
> values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO'})";
>
i like more...

my $sql = "insert into people (firstName, lastName, Email)
 values ('$V{firstname}','$V{lastname}','$V'MAILTO}')";

did you tried???



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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [ADMIN] Fwd: Re: fun with postgresql
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [ADMIN] Fwd: Re: fun with postgresql