Subject: case with multiple expressions
From: Hal Fulton <hal9000 hypermetrics.com>
Date: Thu, 5 Feb 2004 09:17:08 +0900
Is there anything wrong with this kind of solution?
case [x,y,z]
when [1,2,3] then #...
when [1,2,4] then #...
when [2,2,3] then #...
else ...
end
Just asking...
Hal