Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Applies to:
Databricks SQL
Databricks Runtime
Represents the untyped NULL value
Important
Delta Lake does not support the VOID type.
Syntax
{ NULL | VOID }
Limits
The only value the VOID type can hold is NULL.
Literals
NULL
Examples
> SELECT typeof(NULL);
VOID
> SELECT cast(NULL AS VOID);
VOID