Bernandas Savarimuthu
SQL & PL/SQL Colletions
Tuesday, October 14, 2008
COALESCE Function
The COALESCE function returns the first non-null expression in the list. If all expressions evaluate to null, then the coalesce function will return null.
Syntax:
coalesce(
expr
_1,
expr
_2,...
expr
_n)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment