Home » MySQL String REVERSE() Function

MySQL String REVERSE() Function

by Online Tutorials Library

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:

MySQL String REVERSE(str) Function

Example 2

Output:

MySQL String REVERSE(str) Function

Next TopicMySQL String

You may also like