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