-
Junior Member
How do I reverse a string with sql query only?
How do I reverse a string with sql query only?
-
Contributing Member
Re: How do I reverse a string with sql query only?
try this
--------
select reverse('string')...
-
Expert Member
Re: How do I reverse a string with sql query only?
oracle : SELECT REVERSE('string') FROM dual;
SQL Server : SELECT REVERSE('string')
-
Contributing Member
Re: How do I reverse a string with sql query only?
by using REVERSE we can reverse the string like
select reverse('string') from dual;
-
Re: How do I reverse a string with sql query only?
there is no sence posting such kind of questions here in the forum.
these are very much grass root level.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules