Hi,
Query:
Select
Colum1,
Column2,
Column1/Column2
From
SampleTable
Problem:
There may be zero in column1 or column2 or both. Now i want the third column in result set (Column1/Column2) to be zero if either or both columns have ZERO. How can i achive this in a single query.
Thanks,
Hatim Ali.