Question : How do I convert a null value to a blank space?

I have a table column that sometimes have null values.  In a sql statement, how can I  replace the null value with a space?

Answer : How do I convert a null value to a blank space?

select isnull(fieldvalue, ' ') from table

Random Solutions  
  •  getDate and setDate in dos
  •  Requery needed when adding records, but not when Editing - causes problem with Continuous form used to select records
  •  WSUS Connection Error
  •  Request for the permission of type 'Microsoft.SharePoint.Secu<wbr />rity.Share<wbr />PointPermi<wbr />ssion, Microsoft.SharePoint.Secur<wbr />ity, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e<wbr />9429c' fail
  •  [http error 400 - request is badly formed] appears randomly in .net application
  •  How do I add a ComboBox to a C# Datagridview only in a particular cell?  Not the whole column.
  •  Unique index dependent on a column
  •  Printer sharing between Microsoft Windows 7 and MAC Snow Leopard
  •  datediff -- 2 dates are returning the same datefiff value (i.e. 0)
  •  Access 2003 Insert Query with data from form to multiple records
  •  
    programming4us programming4us