Answer: The Reverse function is a string function which is used to return the reverse of a string value.
Syntax:
Reverse(expression_value)
For Example:-
Select Reverse('DotnetFunda') as Reversed_value;
Output:
adnuFtentoD
Asked In: Many Interviews |
Alert Moderator