Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created November 17, 2019 20:34
Embed
What would you like to do?
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