Skip to content

Commit 7da299c

Browse files
committed
fixed link
1 parent d78e7af commit 7da299c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mpp/sqlpdw/while-sql-server-pdw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WHILE Boolean_expression
2424

2525
## Arguments
2626
*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.
2828

2929
{*sql_statement* | *statement_block*}
3030
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

Comments
 (0)