MySQL RIGHT() FunctionThe Right() is a String function of MySQL. This method returns allows you to extract a substring from a string, starting from the right side of the string. SyntaxParametersStr: string to be extracted. Len: length of character to be extracted. ReturnsThis function will return the string if the number of character exceeds the length of the string. 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