The following query returns the result 'building '. The space character is used by default to pad the source string.
SELECT RPAD('building', 11);
The following query returns the result 'building '. The space character is used by default to pad the source string.
SELECT RPAD('building', 11);