Guest_imported
New member
- Jan 1, 1970
- 0
I need to update data in one field using another similar table that has the most current data. My goal is "updatedTable"
OldTable NewTable UpdatedTable
*name* *id* *name* *id* *name* *id*
bob 1 bob 1 bob 1
frank 2 frank 100 frank 100
james 3 james 3 james 3
Can anyone present me with a query that produces "updatedTable" from the two other tables. One thing that the above example does not show is that "oldTable" has alot more records that "newTable, don't know if that's a problem.
Thank you for any assistance.
Steve M.
OldTable NewTable UpdatedTable
*name* *id* *name* *id* *name* *id*
bob 1 bob 1 bob 1
frank 2 frank 100 frank 100
james 3 james 3 james 3
Can anyone present me with a query that produces "updatedTable" from the two other tables. One thing that the above example does not show is that "oldTable" has alot more records that "newTable, don't know if that's a problem.
Thank you for any assistance.
Steve M.