Try Opteryx

RPAD

Pads string on the right with fill character to reach specified width.

Category: String Functions

Syntax

RPAD(string, width, fill)

Arguments

  • string varchar String input value.
  • width integer Target width for the output.
  • fill varchar Padding text used when the input is shorter than the target width.

Returns

VARCHAR — Returns the computed result as VARCHAR.