meldennison
Technical User
Hello,
Thank you for taking the time to look at this. I am trying to document an enourmous SQL, and so far, it's been going well. However, I am not familiar with this part using "VALUE" for a field in a table. Would someone be able to explain what the "VALUE" returns in this query:
( select w.work_order_id, cc."VALUE" cat
from (select * from work_order_class_code where class_code_id = 63 ) cc,
work_order_control w
where w.funding_wo_indicator = 0
and w.company_id in ('04', '05', '10', '41', '49', '36', '48', '71', '92', '99') cn
and w.work_order_id = cc.work_order_id (+)
) bc
Thank you for taking the time to look at this. I am trying to document an enourmous SQL, and so far, it's been going well. However, I am not familiar with this part using "VALUE" for a field in a table. Would someone be able to explain what the "VALUE" returns in this query:
( select w.work_order_id, cc."VALUE" cat
from (select * from work_order_class_code where class_code_id = 63 ) cc,
work_order_control w
where w.funding_wo_indicator = 0
and w.company_id in ('04', '05', '10', '41', '49', '36', '48', '71', '92', '99') cn
and w.work_order_id = cc.work_order_id (+)
) bc