Skip to content

UPDATE all records from existing SELECT query

I have query to select data from related tables.

But I can’t understand what I need to change to update all OrdersAverageNumber records in School table with values from selection above.

Advertisement

Answer

You can use update:

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