Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 9, 2014 02:22
Show Gist options
  • Save sqlparser/10220128 to your computer and use it in GitHub Desktop.
Save sqlparser/10220128 to your computer and use it in GitHub Desktop.
sql layout reservation
CREATE PROCEDURE Uspnresults
AS
SELECT Count( contactid )
FROM person.contact
--begin_no_format
SELECT Count(customerid) FROM sales.customer;
--end_no_format
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment