PostgreSQL ISNULL avec max

SELECT coalesce(field, 'Empty') AS field_alias
Fine Fish