摘要:
create table tb(材料费用 int,人工费用 int,机械费用 int,其他费用 int)insert into tb select 150,260,330,400godeclare @sql varchar(8000)set @sql=''select @sql=@sql+' union all select '''+name+''' as 费用类型,'+name+' as 数目 ... 阅读全文
posted @ 2006-10-14 15:48
tohen
阅读(336)
评论(0)
推荐(0)