如何用Python或mysql实现函数?
这是一种情况:
在我工作的地方,他们购买商品,然后卖给网上商店,这个在线商店根据最终价格计算出3种不同的费用。代理商想要在最后的价格上赚到固定数量的钱,所以我需要用费用和他们想赚的钱来计算最终的价格。
我知道他们想赚多少钱,最初的价格是多少,收费是多少,我不知道卖多少钱才能赚到那么多钱。
使用excel,他们使用目标搜索函数计算最终价格,包括所有的费用和代理想要赚取的固定金额,我想用python或mysql来实现。
例:
a1 = 270.0$ # This is the price they buy the item
c2 = 3.50$ # Thi
我有一个表,字段bhk,大小,价格。我通过以下查询使用distinct来获取唯一性 1个查询 select distinct(bhk,size,perprice),bhk,size,price from project_units; 和I,并且还通过以下方式查询 2查询 select bhk, array_agg(size) as size from project_units where project_id = '12' and bhk is not null and not bhk = '1bhk' group by bhk 结果我得到了 [
{
bhk