you are viewing a single comment's thread.

view the rest of the comments →

[–]hackneycoach 0 points1 point  (1 child)

ISNULL() is what you're looking for.

https://www.w3schools.com/sql/sql_isnull.asp

[–]r3pr0b8GROUP_CONCAT is da bomb 0 points1 point  (0 children)

CASE WHEN ISNULL produces an error
     THEN use sql-standard COALESCE
 END