Created
April 9, 2014 02:22
-
-
Save sqlparser/10220128 to your computer and use it in GitHub Desktop.
sql layout reservation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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