Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The following table describes how commands and functions interpret null values.
| Data type | Behavior |
|---|---|
| Logical | Most logical expressions that evaluate to .NULL. return .NULL. or generate an error. EMPTY( ), ISBLANK( ), and ISNULL( ) are exceptions. |
| Numeric | Numeric expressions that evaluate to .NULL. return .NULL. A numeric function evaluates to .NULL. when passed a null value. |
| Date | Date expressions containing null values return .NULL. |
See Also
Null Value Handling | Date Data Type | EMPTY( ) Function | ISBLANK( ) Function | ISNULL( ) Function | Logical Data Type | Numeric Data Type | Behavior of Null Values in Logical Expressions | NULL as a Value | NULL as a Parameter