©
Mike Moxcey
1999
Using New Sort By Vars
Here is the SQL code using the new vars
@sql_code =<<ENDOFSQL;
select
$var_list
from oratut.calls
order by
$sort_opt
;
ENDOFSQL
home
next