Any Oracle SQL genius able to tell me how I can trim the trailing double byte spaces from fields?
rtrim(field) or rtrim(field, ' ') or rtrim(field, '<copy of double space character')
none of those work.
rtrim(field) or rtrim(field, ' ') or rtrim(field, '<copy of double space character')
none of those work.
Comment