Hello,
Im using FoxPro 6 and I have 2 tables, both with 2 columns. The first one (A)
has one column filled with ids and the second column is empty. The second
table (B) has also the same ids and its second column has some values. My
question is how can I insert the values from table B into table A (for the
same id of course).
I already tried everything I came up with including "UPDATE TableA SET Column2 = B.Column2 FROM TableA as A ,TableB as B WHERE A.Id = B.Id"
and it gets me an error message "Command contains unrecognized phrase/keyword"
Thank you in advance.
Peter
Im using FoxPro 6 and I have 2 tables, both with 2 columns. The first one (A)
has one column filled with ids and the second column is empty. The second
table (B) has also the same ids and its second column has some values. My
question is how can I insert the values from table B into table A (for the
same id of course).
I already tried everything I came up with including "UPDATE TableA SET Column2 = B.Column2 FROM TableA as A ,TableB as B WHERE A.Id = B.Id"
and it gets me an error message "Command contains unrecognized phrase/keyword"
Thank you in advance.
Peter