Oracle REVERSE String function
String REVERSE in Oracle reverses the the order of character sequence.
Syntax: Reverse(characterSequence)
select REVERSE('Audi') from dual;
O/P:
REVE
----
iduA
----
iduA
Tags:Oracle REVERSE String function,Reverse String in Oracle,String Reverse in Oracle,Oracle 11g String Reverse
No comments:
Post a Comment