SQL Server
concepts with Sachin Agrawal.....
COALESCE in SQL Server
COALESCE:-Returns the first nonnull expression among its arguments.
Syntax: -COALESCE ( expression [ ,...n ] )
Example: -SELECT COALESCE(NULL, NULL, NULL, GETDATE())
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment