摘要:
不知道大家用过没,最近做一网站,无聊发现的。可能自己孤陋寡闻吧!!declare @table table ( id int)INSERT INTO @table values('-1') INSERT INTO @table values('0') INSERT INTO @table values('1') declare @t varchar(10)set @t = '(1,0)'select * from @table where id in @t大家注意 红色部分,这样写的话 语法是不通过的。有人会说,可以把sql 放到 阅读全文
posted @ 2012-02-20 10:46
Jackie Yao
阅读(160)
评论(0)
推荐(0)
浙公网安备 33010602011771号