Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("insert into $table select * from $oldtable");
    
  2. or download this
    INSERT INTO `$db`.`$table` VALUES ( '', 'author', '', SELECT * FROM `$
    +db`.`$oldtable` )