Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use feature "say";
    ...
                  xp    => 42);
    $table = "users";
    $dbh->xdo(ph { "SELECT * FROM $table WHERE rank = $_{rank} AND xp > $_
    +{xp}" } %values);
    
  2. or download this
    First query
    PREPARE "SELECT * FROM table WHERE _a = ? OR _b1 = ? AND _c = ? AND _b
    +2 = ?"
    Param c required but not defined at pm_1210536.pl line 71.
    ...
    Second query
    PREPARE "SELECT * FROM users WHERE rank = ? AND xp > ?"
    EXECUTE (Prior, 42)