摘要:
SQL省市区三级表-- 表的结构 areaDROP TABLE area;CREATE TABLE area ( id int NOT NULL , areaID int NOT NULL, area varchar(200) NOT NULL, fatherID int NOT NULL, PRIMARY KEY (id))DROP TABLE city;CREATE TABLE city ( id int NOT NULL , cityID int NOT NULL, city varchar(200) NOT NULL, fatherID int NOT NULL, PRIMARY .. 阅读全文
posted @ 2011-04-29 13:37
万事俱备就差个程序员
阅读(1174)
评论(0)
推荐(0)

浙公网安备 33010602011771号

