yslee2
May 31st, 2006, 10:20 PM
How do I write a query to update column A of Table1, setting the value of column A to be the value of column A of Table2
Table1
col A col B(key)
100 1
200 3
300 2
Table2
col A col B(key)
10 2
20 3
30 4
Table1 after modification
col A col B
100 1
20 3
10 2
thanks
Table1
col A col B(key)
100 1
200 3
300 2
Table2
col A col B(key)
10 2
20 3
30 4
Table1 after modification
col A col B
100 1
20 3
10 2
thanks