数数第1-8阶段应该被计算为SAL的机会数,但我只想将第3-7阶段筛选为SQL。count(opp_id (select opp_id from db.opp_data_q3 where stage not in ("01", "02")) as sql,where created_quarter = "Q3" 预期结
我有一个疑问,在python中字符串是,Z = "00123+0567*29/03-7"甚至我后来也尝试过用re.split('[+]|[*]|-|/', Z)使用for i in res : i = i.lstrip("0"),但它将正确地拆分,但是要用与字符串"Z“中的操作数与Z = "123+567*29/3-7"相同的操作数连接。