摘要:
--实例数据库create table [bt_area]([id] int identity(1,1),[pid] int,name varchar(20))insert [bt_area] select 0,'中国'union all select 0,'美国'union all select 0,'加拿大'union all select 1,'北京'union all select 1,'... 阅读全文
posted @ 2007-12-10 18:45
Ceiba
阅读(285)
评论(0)
推荐(0)