2019独角兽企业重金招聘Python工程师标准>>> 格式:IF(Condition,A,B) condition条件成立则执行A,否则执行B。 例如:IF(ret=1,from_unixtime(rpttime),'') 转载于:https://my.oschina.net/guoying1024/blog/698900