For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?