I am having problems with the or operator I tried running the following query but the computer just hung up. Can someone help?
select count(distinct jit.cd)
from tracker t, control c
where t.issn = c.issn
and t.current = 'Y'
and t.status = 'Production' or t.flag = 'Y'
select count(distinct jit.cd)
from tracker t, control c
where t.issn = c.issn
and t.current = 'Y'
and t.status = 'Production' or t.flag = 'Y'