Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Oracle/OAS
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Oracle/OAS
Using TRANSLATE function
Priya Venkatesan
Ranch Hand
Posts: 61
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Can someone explain why the output of the TRANSLATE function is as follows?
TRANSLATE ('mISSISSIppI', 'Mis', 'mIS') gives MISSISSIppI.
I thought translation takes place character by character. However, here 'M' is not found in 'mISSISSIppI'.
Remar Uy
Ranch Hand
Posts: 35
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I tried the function in 8.1.7.0.0 and it results to:
SQL> select TRANSLATE ('mISSISSIppI', 'Mis', 'mIS') from dual; TRANSLATE(' ----------- mISSISSIppI SQL> select * from v$version; BANNER ---------------------------------------------------------------- Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production PL/SQL Release 8.1.7.0.0 - Production CORE 8.1.7.0.0 Production TNS for Solaris: Version 8.1.7.0.0 - Production
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Regex Question
code vs. design
Understanding Byte Data and Character Encoding
null + null
+ Operators
More...