Skip to content

Instantly share code, notes, and snippets.

@marquinhosoliveira
Last active April 14, 2019 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marquinhosoliveira/2b1b4d4e8fa212ab73d75562feeeaeec to your computer and use it in GitHub Desktop.
Save marquinhosoliveira/2b1b4d4e8fa212ab73d75562feeeaeec to your computer and use it in GitHub Desktop.
SELECIONA TODOS OS HOMENS COM FILHO
SELECT HOMEM.NMHOMEM, FILHO.NMFILHO FROM
HOMEM INNER JOIN FILHO ON
HOMEM.IDHOMEM = FILHO.IDHOMEM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment