Apache Pinot Docs
latest
Ask or search…
K
Comment on page

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