PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Postgresql trasforma null in zero

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