Oracle RPAD Function is used to pad a string with a set of characters from the right-side. SQL RPAD Function can not only pad a string with spaces but also with characters supplied as arguments. Syntax and examples of PLSQL RPAD Function are mentioned below. Oracle RPAD Function Syntax SELECT RPAD(string_1,padded_length[,padding_string]) FROM table_name; In the […]