in reply to Re: CONCAT Perl or SQL
in thread CONCAT Perl or SQL
I have tried several variations on a theme including:
my $sthG = $dbh->prepare("INSERT into ICD_9_Disease_Types (ICD_9_code) + SELECT CONCAT('A', select ICD_9 from ICD_9 where ICD_9 > 0);") or di +e "Couldn't prepare query: ".$dbh->errstr;
I am transferring between two different tables.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: CONCAT Perl or SQL
by mpeppler (Vicar) on Dec 03, 2003 at 17:20 UTC | |
| |
|
Re: Re: Re: CONCAT Perl or SQL
by Itatsumaki (Friar) on Dec 03, 2003 at 15:38 UTC | |
by Win (Novice) on Dec 03, 2003 at 16:17 UTC |