Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jetstreamin/4f1034bec773b454c138 to your computer and use it in GitHub Desktop.
Save jetstreamin/4f1034bec773b454c138 to your computer and use it in GitHub Desktop.
SQL - Common Table Expression - CTE
WITH expression_name [ ( column_name [,...n] ) ]
AS
( CTE_query_definition )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment