CAN_CAST_IMPLICITLY
can_cast_implicitly(source_type, target_type)
Section titled “can_cast_implicitly(source_type, target_type)”- source_type: ANY
- target_type: ANY
Example
Section titled “Example”SELECT can_cast_implicitly(NULL::INTEGER, NULL::BIGINT);