Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created November 17, 2019 20:25
  • 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/47ef5637fca4e1dfc37e0d360d069b37 to your computer and use it in GitHub Desktop.
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