Created
July 9, 2015 17:13
-
-
Save jetstreamin/4f1034bec773b454c138 to your computer and use it in GitHub Desktop.
SQL - Common Table Expression - CTE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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