in reply to Re: Re: Re: CONCAT Perl or SQL
in thread CONCAT Perl or SQL
my $sqlB = "update ICD_9_Disease_Types set ICD_9_code = ('A') + IC +D_9 FROM ICD_9 WHERE ICD_9 > 0"; my $sthG = $dbh->prepare($sqlB) or $dbh->errstr(); my $rows_updated = $sthG->execute(); print "We updated $rows_updated rows\n";
It gives the message:
We updated 0E0 rows
I am not really sure what the OEO refers to.
|
|---|