A column has some string value with lot of spaces and tabs. i am unable to trim these spaces and white spaces. e.g select trim('column_name') from table_name;
I am not sure how much space is in the string . it may 2 for one string and 12 for other. so replace() is also not working.