存货核算中的移动平均核算
摘要:
SET QUOTED_IDENTIFIER ON GOSET ANSI_NULLS ON GOALTER proc CaculateProfit_YiDongPingJunas--创建虚拟表--1.计算出所有的进货成本/* drop table #tbl drop table #tbl2*/declare @期初数量 int, @期初单价 decimal(12... 阅读全文
posted @ 2007-07-31 17:16 Neo0820 阅读(465) 评论(0) 推荐(0) 编辑