以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 求和 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=129067) |
-- 作者:1012425869 -- 发布时间:2018/12/20 18:45:00 -- 求和 请问各位大大 我想做一个运算: 购买份数 * 单价 - 已付款 =差额 请问怎么运用表达式~?
|
-- 作者:有点甜 -- 发布时间:2018/12/20 20:28:00 -- 直接写
isnull(购买份数,0) * isnull(单价,0) - isnull(已付款,0)
http://www.foxtable.com/webhelp/scr/0025.htm
|