Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sqlparser/10218050 to your computer and use it in GitHub Desktop.
Save sqlparser/10218050 to your computer and use it in GitHub Desktop.
indentation block stored procedure body
CREATE PROCEDURE humanresources.Uspgetallemployees
AS
SELECT lastname,
firstname,
jobtitle,
department
FROM humanresources.vemployeedepartment;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment