I'm trying to update Table DDT4ENVR.THR from Table DDT4ENVR.CCR. So if I have more then one to update I can 't used SQL to do it. I'm trying to select all (USML_IND that = 'Y' and update Table DDT4ENVE.CCR with the same data. I do appreciate all the help that you can give me on this problem. Jim.
I would like to know if you can update Table(A)
from Table(B). My Sql is:
UPDATE DDT4ENVR.CCR
SET USML_IND ='Y' WHERE USML_IND 'b'
(SELECT USML_IND FROM DDT4ENVR.THR WHERE USML_IND = 'Y')
Thanks.
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.