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
Vlookup and slow performance
New field concatenated automatically from 2 other field in form
Need SQL Syntax help to make my qry more efficient.
After reinstallation of XP on old system, no networking available
Visual Studio 2008 Click Once
windows XP 64bit setup
Change collation on many tables/columns - SQL Server 2005
Can't boot from secondary plex standalone
Remote desktop crashs when it trys to connect
union all query