CASEWHENSQLCASEWHEN (boolean , aValue , bValue) Description Returns 'aValue' if the boolean expression is true, otherwise 'bValue'. Examples SQLCASEWHEN(ID=1, 'A', 'B') Updated almost 5 years ago Table of Contents Description Examples