Salve a tutti!
come faccio x fare una UPDATE in sql tra 2 tabelle di questo tipo?
thanks!codice:update tab1,tab2 set tab1.nome=tab2.nome where tab1.code=tab2.code![]()
Salve a tutti!
come faccio x fare una UPDATE in sql tra 2 tabelle di questo tipo?
thanks!codice:update tab1,tab2 set tab1.nome=tab2.nome where tab1.code=tab2.code![]()
Guybrush Threepwood
codice:UPDATE Tab2 INNER JOIN Tab1 ON Tab2.Code = Tab1.Code SET Tab1.Nome = Tab2.Nome