INF: Updating Column in One Table w/ Column from Another TableLast reviewed: April 25, 1997Article ID: Q46783 |
The information in this article applies to:
- Microsoft SQL Server version 4.2 for OS/2 - Microsoft SQL Server version 4.2 The following is an example of how to update a column in one table with a column from another table:
UPDATE tablea SET tablea.colb=tableb.colb FROM tableb WHERE tablea.cola=tablea.cola |
Additional query words: Transact-SQL Windows NT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |