How do I accomplish this task using T-Sql: If column A > 0,(B/A) *100 ?
Basically, I am checking that column A is not equal to 0 before dividing column B by a so I do not get error. Thank you
Zionlite
How do I accomplish this task using T-Sql: If column A > 0,(B/A) *100 ?
Basically, I am checking that column A is not equal to 0 before dividing column B by a so I do not get error. Thank you
Zionlite