Click here to Skip to main content
15,885,546 members
Articles / Database Development / SQL Server

Using one Isnull() function to remove all null values from all columns a table in SQL Server

Rate me:
Please Sign up or sign in to vote.
2.33/5 (3 votes)
14 Nov 2012CPOL 47.2K   5  
Write a sql query in which we use only one IsNull() function and it will remove all Null values(if any) from entire result set(from all rows)

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Tech Mahindra
India India
Working in Tech mahindra, Noida, India. Having more than 7 years knowledge in asp, ASP.net,C#, VB 6.0, VB.Net, XSLT, XML, RDLC report, Crystal Report, SQL Server, MySql, DB2 etc.

Comments and Discussions