postgresql isnull dengan max
SELECT coalesce(field, 'Empty') AS field_alias
Fine Fish
SELECT coalesce(field, 'Empty') AS field_alias