For Example; SELECT TRIM(Names) FROM Customer
|
|
|
|
|
|
|
|
||||
|
|
|
To Trim on the right, use:
To Trim on the left, use:
To Trim on the both sides, use:
|
||||||
|
|
|
I assume this is a one-off data scrubbing exercise. Once done, ensure you add database constraints to prevent bad data in the future e.g.
Also consider disallowing other characters (tab, carriage return, line feed, etc) that may cause problems. It may also be a good time to split those Names into |
||
|
|
