I have two table A and B. I want compare column B1 from Table B with A1 from Table A. Whichever values will be matched want to add B2 column from Table B corresponding values in A3 column of table A. Eg. Table A, Column :: SiteID, Name, Users Table B Column :: SiteID, Uniue User Compare A.SiteID and B.SiteID. Whichever values will be matched want add B.Unique User corrensponding value to A.users Thank You
... View more