View Single Post
Old 06-01-2018, 10:18 AM   #1
Pavan Techn
Registered User
 
Join Date: Mar 2018
Posts: 341
What is the syntax and use of the COALESCE function?

The syntax of COALESCE function:

COALESCE(exp1, exp2, ... expn)
The COALESCE function is used to return the first non-null expression given in the parameter list.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Pavan Techn is offline   Reply With Quote