Help for this page

Select Code to Download


  1. or download this
    $rows = $source_dbh->do($ctas_sql);
    unless (defined $rows) {
        # handle error condition here
    }