Help for this page

Select Code to Download


  1. or download this
    $sth->execute( [ "col1", "col2", ... ], [ "val1", "val2", ... ] );  ##
    + not working
    $sth->execute( "col1", "col2", ..., "col22", "val1", "val2", ... ); ##
    + what it expects