Different ways to replace NULL in sql server – Part 15
Posted by
On January 23, 2017
C#, SQL Server, WCF, MVC and ASP .NET video tutorials for beginners
http://www.youtube.com/user/kudvenkat/playlists
In this video we will learn about the different ways to replace NULL values in sql server.
1. ISNULL() function
2. CASE statement
3. COALESCE() function
Social