<div dir="ltr"><div><div><div><div><div><div>I am trying to eliminate the text "NULL" from a table.  I have imported a set of Tiger road data and in some of the columns that I need to display the data itr has "NULL" in the field.  If it is Null I would really like that NOT to show up in the labeling on the map.<br><br></div>I have tried some standard SQL update queries but they didn't work.  <br><br>I tried the following from the QSpatialite form that appears from within QGIS. <br>Example:<br>update "mc-roadsegs" Set "RFROMHN" = "" Where "RFROMHN" = "NULL";<br><br></div>I also tried to construct a query from within the query builf=der at the top of the Attribute table in Edit mode.<br><br></div>I really need to remove these unwanted valued.  It has been a while since I used SQL on a routine basis so I am a bit rusty.  <br><br></div>Any help will be much appreciated!<br><br></div>Thanks<br><br></div>Chuck<br></div>