摘要:
if object_id('[tb]') is not null drop table [tb] go create table [tb]([modeid] int,modename varchar(20),parentid int) insert [tb] select 100 ,'商品管理', 0 union all select 101 ,'定单管理', 0 union all selec... 阅读全文
posted @ 2016-08-01 09:13
细胞的理想
阅读(706)
评论(0)
推荐(0)