Posts by user231515 • 1 point
1 post
-
-1
votes1
answer67
viewsQ: How to concatenate a result of a case with other fields?
Example: select x+y+ case when 2>1 then 'z' else 'w' end from table Expected result: Xyz The code above results in error. I couldn’t find anything like it... Admitting that they are all fields of…