Hi,
I am writing a stored procedure which fills out all columns in a table, say Table A with one query except for one column, say column 'ABC' in that table. I have to load this left out column using a different query that is referring to some other tables. How can I update this column 'ABC' with all its rows of data coming from a different query?
Thanks!!