Posts by Jefferson • 21 points
1 post
-
2
votes4
answers19788
viewsA: How do I update with a Join?
I do as follows via select on the condition I need. update ESTOQUE set QTDE=100 where CODMARCA in (select CODIGO from marca where nome = CONDIÇÃO)