Hi Sreehari,
But I will have to include "IF" in the 'SELECT' clause itself just before 'FROM' as follows:
SELECT Revenue, Quantity, IF(...condition...) AS field3
FROM table1
Please let me know if any inputs.
Hi Sreehari,
But I will have to include "IF" in the 'SELECT' clause itself just before 'FROM' as follows:
SELECT Revenue, Quantity, IF(...condition...) AS field3
FROM table1
Please let me know if any inputs.