Skip to content
Advertisement

update sql table from two tables Using a single query

i want to update a table column by taking i/p from two tables in a single query.

This is what i have tried.

JavaScript

But this is not updating the table.

Where Table-all_stores is:

JavaScript

And table-i_v is:

JavaScript

Advertisement

Answer

if I understand correctly , you want to do this :

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