bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL REVERSE() Function

Example

SELECT REVERSE("SQL Tutorial");

Definition and Usage

The REVERSE() function reverses a string and returns the result.

Syntax

REVERSE(
string
)

Parameter Values

ParameterDescription
stringRequired. The string to reverse

Technical Details

Works in:From MySQL 4.0

Previous

MySQL REPLACE() Function

Next

MySQL RIGHT() Function