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/mpp/sqlpdw/while-sql-server-pdw.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ WHILE Boolean_expression
24
24
25
25
## Arguments
26
26
*Boolean_expression*
27
-
Is an [expression](../Topic/Expressions%20(Transact-SQL).md) that returns **TRUE** or **FALSE**. If the Boolean expression contains a SELECT statement, the SELECT statement must be enclosed in parentheses.
27
+
Is an [expression](https://msdn.microsoft.com/library/ms190286.aspx) that returns **TRUE** or **FALSE**. If the Boolean expression contains a SELECT statement, the SELECT statement must be enclosed in parentheses.
28
28
29
29
{*sql_statement* | *statement_block*}
30
30
Is any SQL statement or statement grouping as defined with a statement block. To define a statement block, use the control-of-flow keywords BEGIN and END.
0 commit comments