I am adding blanks to a character expression using rpad
but it doesn't work, for example, I am adding to expression "duck" six blank spaces, rpad('duck',' ' ,10) but the string returns 'duck' instead of 'duck ', please help...
Tagged:
2