存储过程中循环拼接字符串问题, 日期:2013-04-05 09:13:25 人气:1 存储过程中循环拼接字符串问题, 循环体里面第二句改成 SELECT @DirectionIdItems = isnull(@DirectionIdItems+',','') + '呵呵'