kev510
Programmer
- Jul 12, 2006
- 61
Hi everyone. I couldn't sum my question into the subject line. But I'm sure the subject got you opening my thread. Anyway, to explain better, I want to create an update statement so that when (Table A Column A) = (Table B Column A), it would update (Table A Column B) = (Table B Column B)
I already tried
UPDATE TableA SET ColumnB = TableB.ColumnB when TableA.ColumnA = TableB.ColumnA
It gave me an error.. Any help is appreciated!! Thank you.
I already tried
UPDATE TableA SET ColumnB = TableB.ColumnB when TableA.ColumnA = TableB.ColumnA
It gave me an error.. Any help is appreciated!! Thank you.