Skip to content

Instantly share code, notes, and snippets.

@OliverRC
Created October 25, 2013 09:00
Show Gist options
  • Save OliverRC/7151736 to your computer and use it in GitHub Desktop.
Save OliverRC/7151736 to your computer and use it in GitHub Desktop.
Common Table Expression or CTE
;WITH cte_1 AS
(
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment