You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/nested_CTES.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@ sidebar_position: 6
5
5
6
6
# Nested CTES in TSQL, a treatise
7
7
8
-
## Ask
8
+
## Background
9
+
10
+
### TL;DR
11
+
12
+
Allowing nested WITH statements (examples given below) would enable MSFT customers to fully take advantage of templating engines and their respective ecosystems. These templating engines are already very popular on non-MSFT database products.
9
13
10
14
Today in TSQL, the below example is not correct TSQL, but the following two are.
0 commit comments