摘要: declare @sql varchar(8000) begin set @sql='' --初始化变量@sql select @sql=@sql+',['+ convert(varchar(10),CreateDate,120)+']' from vwStationYield wh... 阅读全文
posted @ 2014-08-08 15:41 文青 阅读(374) 评论(0) 推荐(0)