©Mike Moxcey 1999

Non-Call Software Code Select

select '<option value="'||rtrim(lk_code)||'">'||lk_desc
from oratut.lookup where lk_type = 'SW' and
rtrim(lk_code) !=
(select rtrim(software) from oratut.calls
where seq=$seq);
rtrim() removes trailing spaces ensuring equality.


home next