if exists (select * from sysobjects where id = OBJECT_ID('[S_IP_Real]') and OBJECTPROPERTY(id, 'IsUserTable') = 1)
DROP TABLE [S_IP_Real]
CREATE TABLE [S_IP_Real] (
[startip] [numeric] (18,0) NULL,
[endip] [numeric] (18,0) NULL,
[country] [nvarchar] (50) NULL,
[local] [nvarchar] (200) NULL)
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 0,16777215,N'保留地址',N'保留地址')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16777216,16777471,N'澳大利亚',N'澳大利亚')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16777472,16778239,N'福建省 电信',N'福建省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16809984,16842751,N'泰国',N'泰国')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16781312,16785407,N'日本',N'日本')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16785408,16793599,N'广东省 电信',N'广东省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16778240,16779263,N'澳大利亚',N'澳大利亚')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16793600,16809983,N'日本',N'日本')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16779264,16781311,N'广东省 电信',N'广东省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16842752,16843007,N'福建省 电信',N'福建省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16843008,16843263,N'澳大利亚',N'澳大利亚')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16875520,16908287,N'泰国',N'泰国')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16843264,16844799,N'福建省 电信',N'福建省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16859136,16875519,N'日本',N'日本')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 16844800,16859135,N'广东省 电信',N'广东省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 17432576,17435135,N'福建省 电信',N'福建省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 17435136,17435391,N'澳大利亚',N'澳大利亚')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 17435392,17436671,N'福建省 电信',N'福建省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 17465344,17498111,N'泰国',N'泰国')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 17436672,17465343,N'广东省 电信',N'广东省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 17498112,17563647,N'韩国',N'韩国')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 24117248,24379391,N'日本',N'日本')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 24379392,24641535,N'中国 中电华通',N'中国')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 17563648,17825791,N'北京市 北京北大方正宽T',N'北京市')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 24641536,27262975,N'澳大利亚',N'澳大利亚')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 17825792,18087935,N'韩国',N'韩国')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 27262976,28311551,N'台湾省 台北市 中华电信',N'台湾省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28311552,28442623,N'韩国',N'韩国')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28442624,28540927,N'澳大利亚',N'澳大利亚')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28540928,28573695,N'泰国',N'泰国')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28573696,28606463,N'内蒙古 电信',N'内蒙古')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28606464,28606719,N'内蒙古 乌海市 电信',N'内蒙古')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28606720,28704767,N'内蒙古 电信',N'内蒙古')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28704768,28708351,N'内蒙古 呼和浩特市 电信',N'内蒙古')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28708352,28708607,N'内蒙古 呼和浩特市 回民区',N'内蒙古')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28708608,28770303,N'内蒙古 呼和浩特市 电信',N'内蒙古')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28770304,28835839,N'内蒙古 电信',N'内蒙古')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28835840,28868607,N'广东省 广州市 暨南大学',N'广东省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28868608,28901375,N'广东省 广州市 教育网',N'广东省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28901376,28925951,N'广西南宁市 广西大学',N'广西南宁市')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28950528,28966911,N'广西桂林市 广西师范大T',N'广西桂林市')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28925952,28950527,N'广东省 广州市 教育网',N'广东省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 28966912,29097983,N'印度',N'印度')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29097984,29101311,N'黑龙江省 联通',N'黑龙江省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29101312,29101567,N'黑龙江省 哈尔滨市 双城市',N'黑龙江省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29101568,29360127,N'黑龙江省 联通',N'黑龙江省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29360128,29458431,N'河南省 郑州市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29458432,29488383,N'河南省 洛阳市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29488384,29488639,N'河南省 洛阳市 西工区 电T',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29488640,29491199,N'河南省 洛阳市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29491200,29498367,N'河南省 平顶山市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29549824,29550079,N'河南省 安阳市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29550080,29556735,N'河南省 平顶山市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29498368,29498623,N'河南省 平顶山市 (新华区',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29498624,29500671,N'河南省 平顶山市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29500672,29500927,N'河南省 平顶山市 (新华区',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29500928,29549823,N'河南省 平顶山市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29556736,29573119,N'河南省 新乡市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29590272,29590527,N'河南省 濮阳市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29590528,29593855,N'河南省 三门峡市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29593856,29600767,N'河南省 濮阳市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29600768,29608447,N'河南省 三门峡市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29608448,29608703,N'河南省 三门峡市 灵宝市 区',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29608704,29622271,N'河南省 三门峡市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29573120,29590271,N'河南省 三门峡市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29622272,29639167,N'河南省 商丘市 电信',N'河南省')
INSERT [S_IP_Real] ([startip],[endip],[country],[local]) VALUES ( 29639168,29639423,N'河南省 商丘市 永城市 电区',N'河南省')
评论3
最新资源