2008年5月21日

SQLServer中Case when的一个意外问题

摘要: 在论坛回答问题时,发现测试脚本会出现如下问题,百思不得其解。 set nocount oncreate table test(a varchar(10))insert into test select 'a'insert into test select 'b'declare @str1 var... 阅读全文

posted @ 2008-05-21 01:53 代码王子 阅读(261) 评论(0) 推荐(0)

导航