查询局域网内部使用的外网IP地址时,可通过以下数据库查询语句获取对应的地区地址及地区码:select * from ip_area_code where INET_ATON('{ip}') between INET_ATON(start_ip) and INET_ATON(end_ip)。