update OSFXCPP
set fxxest = 'O'
WHERE exists (SELECT *
FROM OSJ0CPP, osfxcpp
WHERE J0D3DT = 1050427
AND J0AXCD = fxaxcd
AND j0a7tx = fxa7tx
AND J0AXCD= '409')
and FXXEST = 'C'
I know I am doing something wrong. I have 2 tables FRT...
I need to "match up" data from 2 files and then change a field in one of hte files. Here is my statement:
update OSFXCPP
set fxxest = 'O'
where (SELECT J0D3DT, FXAXCD, FXA7TX, FXXEST
FROM OSJ0CPP, OSFXCPP
WHERE J0D3DT = 1050427
AND...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.