摘要:
MLGB微软的sqlserver有一个BUG,在使用表变量进行修改时,他会提醒你:必须声明标量变量 "@tempTable"。首先/*create table test( id int identity(1,1), name varchar(10))insert into test select '222'union select '444'union select '455'*/godeclare @mytabe table( id int, name varchar(10))insert into @mytabe sele 阅读全文
posted @ 2012-02-09 16:01
叮叮猫的编程世界
阅读(783)
评论(0)
推荐(0)
浙公网安备 33010602011771号