TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Yashi
NA
119
3.4k
Can any one explain about Coalesce()?
Nov 29 2018 8:19 AM
Can any one explain about this statements?
The Coalesce() function returns the first non-null value among its arguments.
The COALESCE() function is based on the ANSI SQL standard whereas ISNULL function is a Transact-SQL function.
Can any one explain about ANSI SQL standard and Transact-SQL function.
An expression involving ISNULL with non-null parameters is considered to be NOT NULL, while expressions involving COALESCE with non-null parameters is considered to be NULL.
If we use more than two parameters with the ISNULL function then we must use nested ISNULL functions.
can any one explain nested ISNULL function
The ISNULL() function looks at the first value and the second parameter value is automatically limited to that length but COALESCE() does not have this restriction.
Reply
Answers (
2
)
The DELETE statement conflicted
how to nominate as a speaker