Hi,
my data in tables contains some spaces, so I am using this command to trim it
update results set Field1 = trim(Field1);
I am doing this manually for all the fields.
Can anyone provide me with a common sql to automatically trim the total number of fileds in a table?
Thanks,