摘要: Declare @ida smalldatetimeDeclare @icd intDECLARE S_Cursor CURSOR FOR SELECT Date,cid FROM DayRecomStat group by Date order by DateOPEN S_Cursor FETCH... 阅读全文
posted @ 2011-12-08 12:08 顿金 阅读(96) 评论(0) 推荐(0)