Udalosti
Získajte certifikáciu v službe Microsoft Fabric – zdarma!
19. 11., 23 - 10. 12., 23
Tím komunity služby Microsoft Fabric ponúka na obmedzený čas bezplatné poukážky na skúšku DP-600.
Pripraviť saTento prehliadač už nie je podporovaný.
Inovujte na Microsoft Edge a využívajte najnovšie funkcie, aktualizácie zabezpečenia a technickú podporu.
Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory
Performs a logical OR operation. The expression evaluates to TRUE if one or both conditions are TRUE.
boolean_expression1 || boolean_expression2
boolean_expression1, boolean_expression2
Is any valid expression that evaluates to TRUE, FALSE, or NULL.
DT_BOOL
The following table shows the result of the || operator.
Result | Expression | Expression |
---|---|---|
TRUE | TRUE | TRUE |
TRUE | TRUE | FALSE |
FALSE | FALSE | FALSE |
NULL | NULL | NULL |
TRUE | NULL | TRUE |
NULL | NULL | FALSE |
This example uses the StandardCost and ListPrice columns. The example evaluates to TRUE if the value of the StandardCost column is less than 300 or the ListPrice column is greater than 500.
StandardCost < 300 || ListPrice > 500
This example uses the variables SPrice and LPrice instead of numeric literals.
StandardCost < @SPrice || ListPrice > @LPrice
| (Bitwise Inclusive OR) (SSIS Expression)
^ (Bitwise Exclusive OR) (SSIS Expression)
Operator Precedence and Associativity
Operators (SSIS Expression)
Udalosti
Získajte certifikáciu v službe Microsoft Fabric – zdarma!
19. 11., 23 - 10. 12., 23
Tím komunity služby Microsoft Fabric ponúka na obmedzený čas bezplatné poukážky na skúšku DP-600.
Pripraviť sa