Skip to content

Instantly share code, notes, and snippets.

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