Hi All,
I converted columns from char to varchar
when my front end application export those data out,
those columns still contain white space at the end of the fields,
even I change the data type, it still contain the space,
it seem like when the data convert from char to varchar, all those white space already became part of the data.
so any one have idea, how can I delete those space?
thx