Details
Description
select (char_col1) from table
select UPPER(char_col1) from table
select LOWER(char_col1) from table
select COALESCE(char_col1, char_col2) from table
The first returns an unpadded string as expected. The others returns a padded string