Another Braket
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
What is COALESCE function in Oracle?
Edwards
What is COALESCE function in Oracle?
Bianchi
This function is used to return the value which is set not to be null in the list.
In case all values in the list are null the coalesce function will return NULL.
Its representation:
Coalesce(value1, value2, value3,…)