Skip to content

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
SELECT can_cast_implicitly(NULL::INTEGER, NULL::BIGINT);