SyntaxFix
Write A Post
Hire A Developer
Questions
CASE by definition only returns a single value. Ever.
CASE
It also (almost always) short circuits, which means if your first condition is met no other checks are run.