Hi All, is it possible to do something like this ?
select
num_yes,
num_no,
num_yes-num_no as tot
from table
order by tot
thanks
--
Sebastian E. Ovide
Hi All, is it possible to do something like this ?
select
num_yes,
num_no,
num_yes-num_no as tot
from table
order by tot
thanks
--
Sebastian E. Ovide