Syntax |
NOT(Logical value) |
Description |
Returns True if <Logical value> is False, and False otherwise. |
Example |
NOT(True)=>False |
Logical value |
Any expression which results in a logical value, example: True or False. |