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

Commit 5189ec0

Browse files
authored
Fixes MicrosoftDocs/sql-docs#3433
1 parent 98dc556 commit 5189ec0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/t-sql/language-elements/variables-transact-sql.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ A Transact-SQL local variable is an object that can hold a single data value of
2626
> [!NOTE]
2727
> The names of some Transact-SQL system functions begin with two *at* signs (\@\@). Although in earlier versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], the \@\@functions are referred to as global variables, they are not variables and do not have the same behaviors as variables. The \@\@functions are system functions, and their syntax usage follows the rules for functions.
2828
29+
> [!NOTE]
30+
> Variables can not be used in views.
31+
2932
The following script creates a small test table and populates it with 26 rows. The script uses a variable to do three things:
3033

3134
* Control how many rows are inserted by controlling how many times the loop is executed.

0 commit comments

Comments
 (0)