Description
Extracts the region, state (e.g. USA, Germany) or province (Canada) from a given IPv4 string (dot-decimal notation).Syntax
RegionNameFromIP(ipaddress)
Examples
RegionNameFromIP('69.59.196.211') returns ‘Virginia’.
Look up and return the region, state, or province name for an IPv4 address. Use REGIONNAMEFROMIP for geographic segmentation in ETL pipelines.
RegionNameFromIP(ipaddress)
RegionNameFromIP('69.59.196.211') returns ‘Virginia’.
Was this page helpful?