一道vfP程序题 高手请进

altertableorderaddcolumn总金额N(7,2)closealluseordergotopdowhilenoteof()selesum(orderite... alter table order add column 总金额 N(7,2)
close all
use order
go top
do while not eof()
sele sum(orderitem.数量*goods.单价) from orderitem,goods where;
orderitem.商品号=goods.商品号 and orderitem.订单号 =order.订单号;
group by 订单号 into array a
replace 总金额 with a(1)
skip
enddo

replace 总金额 with a(1) 换成update order set 总金额=a为什么不行??总金额全部是一个值??
展开
 我来答
天天晚上数钞票
2010-09-14 · TA获得超过1003个赞
知道小有建树答主
回答量:862
采纳率:87%
帮助的人:690万
展开全部
你对update用法不是很了解
update order set 总金额=a where ...只有加入条件才能定位到那一条记录,不然就是全部记录被替换了
如果你知道订单号
update order set 总金额=a where 订单号="12345"
就可以了
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式