Help for this page
select winner from results where round='2' and (event like '%USA%' and + event like '%Boys%');
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;