RE: Strip off leading and trailing spaces once in db?

2005-01-15 Thread Dave Merrill
UPDATE my_table SET my_column = TRIM(my_column), my_other_column = TRIM(my_other_column) etc... Dave Merrill > Is it possible to remove all trailing and leading spaces for selected > fields once the data has already been loaded? > > Steve -- MySQL General Mailing List For list archives: h

Re: strip

2001-01-29 Thread Gerald L. Clark
Marcelo wrote: > > Can someone tell me how i can get(or > can someone send me) the strip command > for SCO Open Server 5.0.5? > > - > Before posting, please check: >http://www.mysql.com/manual.php (the manual) >