Help for this page

Select Code to Download


  1. or download this
    my $insert = $dbh->prepare("insert into table
    (column1, column2, column3) values (?,?,?)");
    
  2. or download this
    define some_record like some_table.*
    
    insert into some_table some_record.*