If you need to change null value of database at the time of fetching data from database
then use this method ISNULL
then use this method ISNULL
SELECT ISNull(ColumnName,'Your Converted Value ') FROM TABLENAME
This is a open code forum with some good code which makes you help to solve your coding problem.
SQL Optimization 1. Add where on your query 2. If you remove some data after the data return then remove the remove condition in the sel...
No comments:
Post a Comment