Case Statement with multiple statements in THEN clause
603591Aug 3 2010 — edited Aug 3 2010Is there a syntax something like:
Case
When A=1
Then B := 2 and C := 3
When A=2
Then B := 4 and C := 5
Else B := 6 and C := 7
End Case;
where the then clause can have multiple assignments?
Also, how do you mark input as code on this forum?
TIA,
Far Farley