2010年11月17日
摘要: SELECT A.*,B.TotalWeight,B.TotalMoneyFROM(SELECT CONVERT(varchar(10),A.AccountDt,120) AS AccountDt,A.[NetWeight],A.[Fee]FROM [BtProduceManage].[dbo].[Tst_Material] as A inner join Bse_Depart AS B ON B... 阅读全文
posted @ 2010-11-17 14:11 prayforsmile 阅读(172) 评论(0) 推荐(0) 编辑