Hi there,
I am pretty new to databases and DB2 in particular. I have this problem: there is an already populated db and I need to perform a certain operation on each reacord of a table. The operation consists in modifying the content of a VARCHAR() column, basically to remove some spaces in the records.

For example, suppose this is the table:

Code:
-----------------------------
| FULL_NAME      | AGE .....
...