|
From SQL Reference.
"CASE expressions let you use IF ... THEN ... ELSE logic in SQL statements without
having to invoke procedures." --------<<SQL Reference>>
This statement imply that Case When can only be used in SQL statement.
I've been looking for such Case When in Pl/SQL, but haven't found yet. Thus I use if....elsif.......... as substitution. |
|