我的mysql数据库有这个SQL语句。
SELECT MAX(customer_ID) AS high_customer_ID FROM `customers`.`customers` WHERE our_customer_ID=1;
但是当our_customer_ID = 1时,没有customer_ID,那么statment会返回null但我希望它返回0我该怎么做。
答案 0 :(得分:3)
如果是loop_result = rep(NA,length(x))
for (i in 1:length(x)){
loop_result[i] = M2_11(x[i],theta,c,a,A)
}
table(integrand==loop_result)
,您可以使用coalesce
函数指定默认值:
null