Help for this page

Select Code to Download


  1. or download this
    $dbh->do( 
        sql => 'update some_table set some_column=?', 
        bind => [ $some_string ]
    );