Microsoft
Software
Hardware
Network
Question : multiple conditions in WHILE
what is wrong in the foll syntax:
WHILE (@Var1 < 1 AND @Var2 < 1)
This does not seem to be honored. When any one of the variable become >1, the loop breaks.
thanks
Answer : multiple conditions in WHILE
exactly.
when any of the 2 > 1, you have:
WHILE ( false AND true ) which is FALSE
you seem to want:
WHILE (@Var1 < 1 OR @Var2 < 1)
Random Solutions
Exchange 2007 mail relay
Class Diagram
SAS 9.1 - Excel Import
Adding one cell to the bottom of a named range defined byan OFFSET
Can I send with another domain from the same exchange server
broad cast message to win xp and win vista systems via Windows 2003 server
Error message when replying, sending, openning email in OWA
Creating a new Array and Logical Drive
Which AV receiver will cover listed requirements?
Network issues loading company web-site