I am getting syntax error when trying to join SQL query with IAL table. Any clues??
select order_no, order_date from(
select *
from ifsinfo.icfr_pro_116b
where project_id = '20012') X
join IFSAPP.purchase_order Y
on
X.order_no = Y.order_no
Thanks
Housseiny