This page (revision-4) was last changed on 26-Nov-2021 10:22 by rforbes

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 26-Nov-2021 10:22 2 KB rforbes to previous
3 26-Nov-2021 10:22 2 KB rforbes to previous | to last
2 26-Nov-2021 10:22 1 KB Administrator to previous | to last
1 26-Nov-2021 10:22 1 KB Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 4 changed one line
This Oracle function gives us the ability to have a function with an IF-THEN-ELSE type of construct
This Oracle function gives us the ability to have a function with an IF-THEN-ELSE type of construct.
The Oracle [CASE WHEN|ORACLE CASE WHEN] Construct often provides a clearer explanation of the logic.
At line 26 changed one line
If you do not provide a Default value, and the expression is not equal to any of the search values provided, then NULL is returned
If you do not provide a Default value, and the expression is not equal to any of the search values provided, then NULL is returned.
At line 30 added 2 lines
The type of data (date/number/character) of the first result must match the results of all the other values, otherwise you may get oracle errors.