Help for this page

Select Code to Download


  1. or download this
    select winner from results where round='2' and (event like '%USA%' and
    + event like '%Boys%');
    
  2. or download this
    if ($form{'category'} eq 'All USA Boys') { 
       $clause="(event like '%USA%' and event like '%Boys%')"; 
    } 
    printf "Existing clause assignment logic; clause variable is $clause<p
    +>" if $debug;