本文介绍了在DB中存储变量以便以后调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我有一个看起来有点棘手的人。我想要做的是计算我的累积BTU测量值。我已经在数据库中存储了各种信息,我可以计算BTU / Hr的产量。计算累积BTU的公式如下(每分钟):

Hello folks, I''ve got one that seems a little tricky to me. What I want to do is to calculate my cumulative BTU measurements. I''m already storing various information in the database where I can calculate the BTU/Hr production. The formula to calculate Cumulative BTUs is as follows (per minute):

展开 | 选择 | Wrap | 行号

推荐答案


展开 | 选择 | Wrap | 行号



这篇关于在DB中存储变量以便以后调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 15:44