githubEdit

reverse

This section contains reference documentation for the reverse function.

Reverse the string

Signature

REVERSE(col)

Usage Examples

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

toniP

Last updated

Was this helpful?