PostgreSQL
 sql >> Datenbank >  >> RDS >> PostgreSQL

Postgresql verwandelt null in null

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