Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created November 17, 2019 20:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save vmussak/1b888eecff2fd64fa0a0d0a9a52325b5 to your computer and use it in GitHub Desktop.
SELECT Id,
Nome,
Sobrenome,
Email
FROM Cliente
WHERE Email = 'vinicius.mussak@outlook.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment