Re: [ADMIN] Fwd: Re: fun with postgresql
От | Ross J. Reedstrom |
---|---|
Тема | Re: [ADMIN] Fwd: Re: fun with postgresql |
Дата | |
Msg-id | 20000128124129.A12099@rice.edu обсуждение исходный текст |
Ответ на | Re: [ADMIN] Fwd: Re: fun with postgresql ("J Carlos Morales Duarte." <jcmd@acer.com.mx>) |
Список | pgsql-admin |
On Fri, Jan 28, 2000 at 01:22:38PM -0600, J Carlos Morales Duarte. wrote: > > > 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}')"; I think he means (deleted wrong character by MAILTO): values ('$V{firstname}','$V{lastname}','$V{MAILTO}')"; but as I said, I don't know perl ;-) Ross -- Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu> NSBRI Research Scientist/Programmer Computer and Information Technology Institute Rice University, 6100 S. Main St., Houston, TX 77005
В списке pgsql-admin по дате отправления: