TRY_TO_BINARY¶
TRY_TO_BINARY(COLUMN_EXPRESSION)
See TO_BINARY
. The only difference is that TRY_TO_BINARY
will return NULL
upon
encountering an invalid expression instead of raising an exception.
TRY_TO_BINARY(COLUMN_EXPRESSION)
See TO_BINARY
. The only difference is that TRY_TO_BINARY
will return NULL
upon
encountering an invalid expression instead of raising an exception.