Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created November 17, 2019 20:25
Embed
What would you like to do?
SELECT COUNT(*) AS QuantidadeRegistros FROM Cliente
SELECT TOP 10 * FROM Cliente
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment