English 中文(简体)
SQL Tutorial

5. 图瓦卢

Selected Reading

SQL - Logical Functions
  • 时间:2024-11-03

SQL - Logical Functions


Previous Page Next Page  

SQL logical functions are used primarily for checking (or testing) the truth of some conditions. A logical function performs a logical operation or comparison on objects and expressions and returns a boolean value −

Sr.No. Function & Description
1 CHOSE()

Returns a item from the pst at the specified index value.

2 IIF()

Returns a one of two values, depending on the boolean-expression.

3 NULLIF()

Returns NULL if both expressions are equal.

Advertisements