Tuesday, June 16, 2009

Under what circumstances would you code a SELECT construct instead of IF statements?

If I am comparing numeric variable then it is faster to use SELECT than IF statment.

No comments:

Post a Comment