Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: AW: Script for reversing a string?
Jared,
Well, I've RTFM for 8.1.6 and the SQL Reference doesn't mention a Reverse() function. However, there is a supplied PL/SQL Reverse() function in the Utl_Raw package. Is there a connection? If so, how? If not, are my 8.1.6 docs just wrong?
Thanks.
Jack
-----Original Message-----
jkstill_at_cybcon.com
But this is so much easier:
select reverse('reverse') from dual;
A little RTFM goes a long way :)
Jared
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jack C. Applewhite
INET: japplewhite_at_inetprofit.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Mar 13 2001 - 14:25:55 CST
![]() |
![]() |