Skip to content

Commit 6ec49a2

Browse files
committed
rebrand title
1 parent 0890b44 commit 6ec49a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nested_CTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Nested CTES in TSQL, a treatise
33
sidebar_position: 6
44
---
55

6-
# Nested CTES in TSQL, a treatise
6+
# Nesting queries with WITH clauses in TSQL, a treatise
77

88
## Background
99

1010
### TL;DR
1111

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.
12+
Allowing nested WITH statements (not in love with terminology, 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.
1313

1414
Today in TSQL, the below example is not correct TSQL, but the following two are.
1515

0 commit comments

Comments
 (0)