Loading lesson path
Concept visual
Start at both ends
SELECT REVERSE("SQL Tutorial");
The REVERSE() function reverses a string and returns the result.
string )
Required. The string to reverse
From MySQL 4.0
FROM Customers;
❮ MySQL Functions
Previous
MySQL REPLACE() Function
Next
MySQL RIGHT() Function