Help for this page

Select Code to Download


  1. or download this
        $query = q{SELECT Referrals.1, Referrals.2, Referrals.3,
                          Referrals.4, Referrals.5,
    ...
                       VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)},
              undef, $audit, @assign);
         }
    
  2. or download this
        $query = q{SELECT Referrals.1, Referrals.2, Referrals.3,
                          Referrals.4, Referrals.5,
    ...
                
            $updh->execute($audit, @assign);
        }