tencent cloud

피드백

Logical Function

마지막 업데이트 시간:2024-01-22 10:52:48
    This document introduces the basic syntax and examples of logic functions.

    Logical operators

    Operator
    Description
    Example
    AND
    The result is TRUE only if both the left and right operands are TRUE.
    a AND b
    OR
    The result is TRUE if either of the left and right operands is TRUE.
    a OR b
    NOT
    The result is FALSE only if the right operand is FALSE.
    NOT a
    The following truth tables demonstrate the processing of cases where a and b are TRUE, FALSE, and NULL:
    AND and OR truth table
    a
    b
    a AND b
    a OR b
    TRUE
    TRUE
    TRUE
    TRUE
    TRUE
    FALSE
    FALSE
    TRUE
    TRUE
    NULL
    NULL
    TRUE
    FALSE
    TRUE
    FALSE
    TRUE
    FALSE
    FALSE
    FALSE
    FALSE
    FALSE
    NULL
    FALSE
    NULL
    NULL
    TRUE
    NULL
    TRUE
    NULL
    FALSE
    FALSE
    NULL
    NULL
    NULL
    NULL
    NULL
    NOT truth table
    a
    NOT a
    TRUE
    FALSE
    FALSE
    TRUE
    NULL
    NULL
    문의하기

    고객의 업무에 전용 서비스를 제공해드립니다.

    기술 지원

    더 많은 도움이 필요하시면, 티켓을 통해 연락 바랍니다. 티켓 서비스는 연중무휴 24시간 제공됩니다.

    연중무휴 24시간 전화 지원