IS_ARRAY¶
IS_ARRAY(variant_expr)
Returns TRUE
for all rows where variant_expr
is an array, NULL
if the
row is NULL
, and FALSE
otherwise.
IS_ARRAY(variant_expr)
Returns TRUE
for all rows where variant_expr
is an array, NULL
if the
row is NULL
, and FALSE
otherwise.