InterviewSolution
Saved Bookmarks
| 1. |
What is Coalesce in Sybase? |
|
Answer» Coalesce aids conditional SQL EXPRESSIONS and can be used at any place where the VALUE expression is being used. It is an alternative to handling a case expression. Coalesce also evaluates listed expressions and RETURNS the non-null value. When all other expressions are null, coalesce will return null. |
|