摘要: 1 create table tb(id varchar(3) , pid varchar(3) , name varchar(10)) 2 insert into tb values('001' , null , '广东省') 3 insert into tb values('002' , '001' , '广州市') 4 insert into tb values('003' , '001' , '深圳市') 5 insert into tb values( 阅读全文
posted @ 2013-10-19 13:17 USID 阅读(1543) 评论(0) 推荐(0) 编辑