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
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