Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Replace NULL with default value
WhatsApp
Karthikeyan Anbarasan
14y
5.1
k
0
0
25
Blog
This blog shows how to replace a NULL value with a default value using ISNULL in SQL Server
Example:
Select Empname, ISNULL(Empsal, 0) from emptable
This will not return any null value of Empsal
SQL Server Transact Basic to Expert - Replace NULL with default value
People also reading
Membership not found