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 rforbes

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 1 KB rforbes to previous
3 26-Nov-2021 10:22 1 KB rforbes to previous | to last
2 26-Nov-2021 10:22 1 KB rforbes to previous | to last
1 26-Nov-2021 10:22 1 KB rforbes to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 17 changed 2 lines
This function will take as many parameters as you want, and will just proceed through the values supplied in order, until it finds a non null value. This is much more performant than use a series of [NVL] constructs to accomplishe the same task (i.e. NVL(NVL(alpha,'A'),'B')
This function will take as many parameters as you want, and will just proceed through the values supplied in order, until it finds a non null value.