Skip to content

Instantly share code, notes, and snippets.

@robsmith1776
Created August 22, 2014 17:02
Show Gist options
  • Save robsmith1776/d1567fdd751dc6bb16ab to your computer and use it in GitHub Desktop.
Save robsmith1776/d1567fdd751dc6bb16ab to your computer and use it in GitHub Desktop.
CTE
WITH Table_name (
Table
,Columns
)
AS (
SELECT Statement
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment