Answers for "firebird case when syntax"

0

firebird case when syntax

CASE <expression>
   WHEN <exp1> THEN result1
   WHEN <exp2> THEN result2
   ...
   [ELSE defaultresult]
END
Posted by: Guest on June-30-2021

Browse Popular Code Answers by Language