National provincial and municipal database, with pinyin, abbreviation, Administrative Code, ZIP code, etc.

Source: Internet
Author: User

Preface

Just now on the internet to inquire about the national provinces and Cities database, compared to the pit is a relatively comprehensive data, a comprehensive fee, the heart is very uncomfortable.

But in the end, I got it. A slightly better national provincial and municipal database, and with left, simple spell, abbreviation, pinyin, Administrative Code, ZIP code, city three loadline data.

Here I share with you, hope to give some students need to help.

picture Effect Show

Data Sharing

Create a database script

CREATE TABLE [dbo].[ Region](    [Id] [int] NULL,    [Name] [nvarchar]( +)NULL,    [ParentID] [int] NULL,    [ShortName] [nvarchar]( +)NULL,    [LevelType] [int] NULL,    [Citycode] [varchar]( -)NULL,    [ZipCode] [varchar]( -)NULL,    [Mergername] [nvarchar]( -)NULL,    [Lng] [float] NULL,    [Lat] [float] NULL,    [Pinyin] [varchar]( -)NULL)  on [PRIMARY]GO

Populating data

Database Attachments

Link: http://pan.baidu.com/s/1pLREvZt Password: oyv6

Summary

Finally nothing to say, hope to help you.

National provincial and municipal database, with pinyin, abbreviation, Administrative Code, ZIP code, etc.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.