Skip to content
Advertisement

Tag: sql-server-2012

how to use NULLIF with aggregate function

I’m using SQL Management Studio 2012. I’m getting a ‘Divide by zero error encountered’ error. I’m aware this requires the use of NULLIF but I’m unsure how to use it in my query. This is my query I’ve actually asked this question before which some kind person answered excellently but that was without the OVER() and SUM aggregate function, I’m

Advertisement