摘要: --表变量 update invent set goodInfo=null declare @tmp_goods table( gno char(5) ) insert into @tmp_goods select gno from invent group by gno declare @gno char(6),@stno char(6),@gname varchar(255),@p... 阅读全文
posted @ 2017-10-30 14:59 fight139 阅读(324) 评论(0) 推荐(0)