sql >> Base de Datos >  >> RDS >> PostgreSQL

Postgresql convierte nulo en cero

select coalesce(max(column), 0) from mytable;