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?
This section contains reference documentation for the reverse function.
Reverse the string
REVERSE(col)
select REVERSE('Pinot') AS name
FROM ignoreMe
toniP
Was this helpful?