Skip to content

Instantly share code, notes, and snippets.

@vmussak
Last active November 17, 2019 20:29
Embed
What would you like to do?
UPDATE Cliente
SET Nome = 'Vinicius',
Sobrenome = 'Mussak',
Email = 'vinicius.mussak@outlook.com'
WHERE Id = 333123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment