120
MySQL REVERSE(str) Function
The REVERSE() is a String function of MySQL. This method returns the given string in reverse order.
Syntax
Parameter
str: string to be reversed
Returns
This function returns a string with the characters in reverse order.
Example 1
Output:
Example 2
Output:
Next TopicMySQL String