How to remove spaces present in one of the records in a table
592323Sep 10 2007 — edited Sep 10 2007Hi
i have a requirement where i need to delete the spaces present in one of the columns in a table.The table has a column with the data in the form of lastname,firstname.The old data present there has one space between the lastname and the firstname and the new data has no space between the last and the first names.so i need to come out with something that will remove the space between the last and firstname in the old records.
Can you give me some suggestions?