Microsoft
Software
Hardware
Network
Question : I need to change all the 'null's in a query to a blank (empty string) with sql server
Is there any setting in SQL Server to change the display of 'NULL' in a query, showing a blank instead?
At the present time I'm using the function isnull(xfield,''), making very tedious to write each query, is there any toggle to take care of that?
Answer : I need to change all the 'null's in a query to a blank (empty string) with sql server
sorry, no mass way to take care of it...you have to continue using your isnull function.
select isnull(fieldname, '')
from tablename
Random Solutions
How to get Full XML node name using C#
t-sql update from ambiguous column name
How to append data from a varchar column to a text column
Adobe Acrobat 9 - forms and email submit button
printing on roll paper in vb.net
Remove underscore from begining of filenames?
"The project location is not trusted." error when in XP Mode
How to enable/disable a succeeding dropdown list if a value is selected on the first drop down list
Acces table calculated field and query filter
Access - Feed a constant value into sub-forms