An Azure service for ingesting, preparing, and transforming data at scale.
Did you try to give an alias to the column, e.g.
SELECT distinct MDM_COUNTRY_NAME, ISNULL(MDM_TRANS_ZONE,'') as MDM_TRANS_ZONE, MDM_ISO_COUNTRY_CODE FROM dbo.F_MDM_COUNTRIES_4_0