Hacker News .hnnew | past | comments | ask | show | jobs | submit | a8m88's commentslogin

Using COALESCE here is correct, but sum() returns NULL if there were no non-NULL inputs, so COALESCE should go around it:

COALESCE(sum(salary), 0)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: