PostgreSQL
 sql >> Base de Dados >  >> RDS >> PostgreSQL

Postgresql transforma nulo em zero

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