Hi all again. I have another SQL Query question for you. I need to update a column in one table with data from two columns in another table. How would I go about this? Thanks again in advance for any help.
OK Sorry. It's on MSSQL Server. basically what I need is this:
UPDATE Table1 Set Columname = Table2.Columname1 + Table2.Columname2
Hope this sheds a little more light on the subject.
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.