Help for this page

Select Code to Download


  1. or download this
    my $sth1 = $db->prepare("SELECT ... FROM WF_WORKFLOW WHERE  .... = ?")
    +; # Japanese characters elided
    $sth1->execute($scode1);
    
    my @results = $sth1->fetchall_arrayref({});