Answers for "sql update statement with joins"

SQL
0

joins in update query

update a
join b 
on a.a_id=b.b_id 
set b.is_active = 1 
where ....;
Posted by: Guest on January-20-2021

Code answers related to "sql update statement with joins"

Code answers related to "SQL"

Browse Popular Code Answers by Language