I know in Oracle I do something like this:
my $sth = $self->dbh->prepare(qq{ update users set
valid=0,end_date=sysdate
where id='$self->{id}' returning
$end_date
into :1});
Is this possible with DBD::Pg?
--
Barry Hoggard
- RE: Returning a value from insert/update with DBD::Pg Barry Hoggard
- RE: Returning a value from insert/update with DBD::P... Sterin, Ilya
- Re: Returning a value from insert/update with DB... Barry Hoggard
- RE: Returning a value from insert/update with DBD::P... Sterin, Ilya
- Re: Returning a value from insert/update with DBD::P... Michael A. Chase
