Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 02aa30e

Browse files
fixes MicrosoftDocs/sql-docs/issues/6545 -- inverted logic
1 parent 3175c8d commit 02aa30e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/user-defined-functions/scalar-udf-inlining.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ Depending upon the complexity of the logic in the UDF, the resulting query plan
161161
- The UDF does not reference remote tables <sup>7</sup>.
162162
- The UDF-calling query does not use `GROUPING SETS`, `CUBE`, or `ROLLUP` <sup>7</sup>.
163163
- The UDF-calling query does not contain a variable that is used as a UDF parameter for assignment (for example, `SELECT @y = 2`, `@x = UDF(@y)`)<sup>7</sup>.
164-
- The UDF references encrypted columns <sup>8</sup>.
165-
- The UDF contains references to 'WITH XMLNAMESPACES' <sup>8</sup>.
166-
- The query invoking the UDF has Common Table Expressions (CTEs)<sup>8</sup>.
164+
- The UDF does not reference encrypted columns <sup>8</sup>.
165+
- The UDF does not contain references to 'WITH XMLNAMESPACES' <sup>8</sup>.
166+
- The query invoking the UDF does not have Common Table Expressions (CTEs)<sup>8</sup>.
167167

168168
<sup>1</sup> `SELECT` with variable accumulation/aggregation is not supported for inlining (such as `SELECT @val += col1 FROM table1`).
169169

0 commit comments

Comments
 (0)