What I\'m trying to do is use more than one CASE WHEN condition for the same column.
Here is my code for the query:
SELECT Url=\'\',
Its just that you need multiple When for a single case to behave it like if.. Elseif else..
When
if.. Elseif else..
Case when 1=1 //if Then When 1=1 //else if Then.... When ..... //else if Then Else //else ....... End