Posts by Kethelyn Couto • 1 point
2 posts
-
0
votes1
answer20
viewsA: Update with Where in two different database
I figured out what the code would look like update where you need to search in two tables: UPDATE TABELA a JOIN TABLEB b ON a.colA = b.colB SET a.columnToUpdate = [VALOR];…
-
0
votes1
answer20
viewsQ: Update with Where in two different database
I want to update the supplier database, in the hydro table, where the cod_barra field of the hydro table already has in the company database, in the products table. That is, I want to turn all bar…