MSSQLString FunctionsREVERSE
REPLICATE

REVERSEString Functions

STUFF

Reverses a string.

Syntax

REVERSE(str)

Example

Enter values below to update the example in real time.

serial_no
reversed
devices
SELECT REVERSE(serial_no) AS reversed FROM devices;