Skip to content
Advertisement

How do I UPDATE from a SELECT in SQL Server?

In SQL Server, it is possible to insert rows into a table with an INSERT.. SELECT statement:

Is it also possible to update a table with SELECT? I have a temporary table containing the values and would like to update another table using those values. Perhaps something like this:

Advertisement

Answer

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement