Skip to content

Instantly share code, notes, and snippets.

@marquinhosoliveira
Last active April 18, 2019 12:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marquinhosoliveira/d0cd80736b37ee40aedf4cb7f3243ad9 to your computer and use it in GitHub Desktop.
Save marquinhosoliveira/d0cd80736b37ee40aedf4cb7f3243ad9 to your computer and use it in GitHub Desktop.
Todas as mulheres e caso tenha filho o nome dos filhos
SELECT MULHER.NMMULHER, FILHO.NMFILHO FROM
MULHER LEFT JOIN FILHO ON
MULHER.IDMULHER = FILHO.IDMULHER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment