Apache Pinot Docs
latest
Search
⌃K

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 modified 1yr ago