Last active
February 20, 2018 19:15
-
-
Save juelvaldivia/7b21905817a6c7877dcc733a84c75abd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update HIJO set HIJO.apellido = PADRE.apellido | |
from HIJO | |
join PADRE on PADRE.id = HIJO.idPadre |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment