MySQL RPAD() FunctionThe RPAD() is a String function of MySQL. This method returns the given string which is right-padded with the string padstr to the given length (len). SyntaxParametersstr: string to be right padded rpad: length of the padding padstr: string to be padded ReturnsThis function returns a string that is right-padded with a specified string to a certain length. Example 1Output: Example 2Output: Next TopicMySQL String |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India