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
Transposing Columns to Rows in Access using SQL
Problem Setting Up Exchange In Iphone
Runtime Error 424 "Object Required"
Populate Table from Multiple Calculated Field on a Form in Access
button width: changed from IE6 to IE7 and now button length is very large
Error 8007000D when updating Vista machine via WSUS server.
How can I create a distribution list in Gmail? I have followed the steps that they have given, but am still unable to create a Gmail distribution list
MS Outlook freezes when forwarding/replying with MS Word editor
MS SQL Output producing duplicate data
VB.NET Lambda/LINQ batch function