Help for this page

Select Code to Download


  1. or download this
    use DBI qw(:sql_types);
    use DBD::Pg qw(:pg_types);
    ...
    $sth->bind_param(etc.)...
    
    $sth->execute();