You can use NULLIF function e.g. something/NULLIF(column_name, 0) If the value of column_name is 0 - result of entire expression will be NULL Since count() ...
確定! 回上一頁