Quote Originally Posted by wenowd View Post
Where as it should take only one case and if 1st case is NULL only then it should go for 2ns CASE
As previously posted, use two case statements like...

CASE (condition 1)
OR
CASE (condition 2)