Skip to content

Instantly share code, notes, and snippets.

@juelvaldivia
Last active February 20, 2018 19:15
Show Gist options
  • Save juelvaldivia/7b21905817a6c7877dcc733a84c75abd to your computer and use it in GitHub Desktop.
Save juelvaldivia/7b21905817a6c7877dcc733a84c75abd to your computer and use it in GitHub Desktop.
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