All pages
Powered by GitBook
1 of 1

Loading...

reverse

This section contains reference documentation for the reverse function.

Reverse the string

Signature

REVERSE(col)

Usage Examples

name
select REVERSE('Pinot') AS name
FROM ignoreMe

toniP