Help for this page

Select Code to Download


  1. or download this
    my $update_idx1 = "update root.$current_table set UUID = ?" .
                      "where DOC_NAME = ? " .
    ...
       or die "Bind failed for comp_len: $dbh->errstr";
    
    my $row_count = $upd_idx1->execute();