using of trim function in an update statement to remove spaces in a column
592323Jan 24 2008 — edited Jan 25 2008Hi
one of the column is paddidng extra spaces on the end of the values in order to attain a fixed lenth field.so in order to remove the extra spaces i decided to go for the trim function usage.But i did not know how to use the trim function in an update statement to remove the spaces in the same table for a specific column
Thanks