I have 2 queries like this:
Select F_Exhibitor,F_Stand from t_order_header where F_Exhibition='10996'
AND
select F_ExhibitorCode,F_Stand from T_ExhibitorLocation where F_ExhibitionCode='10996'
I want to update T_order_header
table F_stand with corresponding F_ExhibitorCode and F_stand name in the T_ExhibitorLocation