Friday, 22 April 2016

Use of REVERSE function in SQL server ?

REVERSE function is used to reverse the order of a sting value

Syntax:
REVERSE(STRING EXPRESSION)

Example:
SELECT REVERSE('JK SQL SERVER BLOG SPOT')

Output:
TOPS GOLB REVRES LQS KJ

No comments:

Post a Comment