摘要: 1:数据库语句: create database LandDB; use LandDB; create table T_BL_CANTON_CODE ( CTN_CODE int primary key, CTN_NAME varchar(60) not null, GOV_NAME varchar 阅读全文
posted @ 2016-03-30 11:14 冷的锋刃 阅读(489) 评论(0) 推荐(1)