Help for this page

Select Code to Download


  1. or download this
    SET @num :=  0;
    SET @id  := -1;
    
    ...
    .
    .
    .
    
  2. or download this
    DBD::mysql::st execute failed: You have an error in your SQL syntax; c
    +heck the manual that corresponds to your MySQL server version for the
    + right syntax to use near 'SET @id  := -1;
    
    SELECT e.*, y.ChallengerID, CASE WHEN ep.isChampion IS TRUE THE' at li
    +ne 2
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    print "\nSQL scheduling query constructed... executing...";           
    + 
    $sth = $dbh->prepare($myquery);
    $sth->execute();