摘要: 代码 阅读全文
posted @ 2010-07-08 18:01 陈跳跳 阅读(569) 评论(0) 推荐(0)
摘要: select namelist=STUFF(REPLACE(REPLACE(( SELECT ID FROM [LotteryMatch] where GameDateTime > getdate() FOR XML AUTO ), '<LotteryMatch ID="', ','), '"/>', ''), 1, 1, '') from [LotteryMatch]selec... 阅读全文
posted @ 2010-07-08 14:44 陈跳跳 阅读(4114) 评论(0) 推荐(0)