REVERSE
Description
Sample Source Pattern
Syntax
REVERSE( string_expression )Arguments
Return Type
Examples
SELECT REVERSE('rotator') AS PALINDROME; PALINDROME|
----------------+
rotator| Last updated
Was this helpful?