On page 51 the author introduces an example of _COALESCE()_ function. But it doesn't work. I mean, there are still NULL fields. Here is the statement: SELECT * FROM station_data WHERE coalesce(precipitation, 0) <= 0.5; 