To replace all NULL values in a column you can use the COALESCE PostgreSQL function. This replaces null with 0, because column is number-type:.
確定! 回上一頁