返回参数中的第一个非空表达式

例如

COALESCE(currentcount,0)

如果currentcount不为null,返回currentcount。否则返回0。