SQL Trigger sum rows when some value is NULL
I want to sum 3 rows but when row1 is NULL i want to skip it to sum all other rows, with this i am getting an error:
I want to sum 3 rows but when row1 is NULL i want to skip it to sum all other rows, with this i am getting an error: