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
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
FROM Customers;❮ SQL Server Functions