Monday, December 10, 2007

How to work with CASE function

How to work with CASE function

To work with CASE function

Description:

The case statement consists of an expression (the selector) and a list of statements, each prefixed with a case.

Declaration:

case expression of

case: statement;

...

case: statement;

end

No comments: