Hi Brian!

There are a couple of ways to do this:

1. Start selecting the records that hold the value you want to change and
then update only this selection:

     Query > SQL Select:
          Select *
               From MYTABLE
               Where MYCOLUMN = 0

     Table > Update Column:
          Update Selection
               Set MYCOLUMN = 180

2. You could use the "Search 'n Replace" tool that dships with MapInfo Pro.

Peter
------------------------------------------------------------------------------------------------

Peter Horsbøll Møller, GIS-Developer
Kampsax A/S, GIS Software & Solutions, Rugaardsvej 55, DK-5000 Odense,
Denmark
tlf: + 45 63 13 50 13, dir: + 45 63 13 50 08, fax: + 45 63 13 50 90
mail: [EMAIL PROTECTED], http://www.mapinfo.dk, http://www.kampsax.dk
------------------------------------------------------------------------------------------------
Brian wrote:

I know this is probably easy to do but how do you replace one value in the
browser with another (have a 0 and want to change it to180)?  Thanks in
advance for the help!



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to