![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need the equivalent function for ASA : ORACLE : translate function ASA : ??????????? what is the equivalent function. I need to translate accent caracters. |
#3
| |||
| |||
|
|
In article <4432e0ea.513.1681692777 (AT) sybase (DOT) com>, Timrek says... I need the equivalent function for ASA : ORACLE : translate function ASA : ??????????? what is the equivalent function. I need to translate accent caracters. We might be able to help more if we knew the translate function does? |
#4
| |||
| |||
|
|
I need the equivalent function for ASA : ORACLE : translate function ASA : ??????????? what is the equivalent function. I need to translate accent caracters. |
#5
| |||
| |||
|
|
takes characters in one string and replaces them 1:1 for those in another. select ('abba', 'abc', 'def' ) from dual returns deed because the first "a" is the first character in "abc" and it's replaced with the first character in "def" which is a "d") Sybase newsgroups wrote: In article <4432e0ea.513.1681692777 (AT) sybase (DOT) com>, Timrek says... I need the equivalent function for ASA : ORACLE : translate function ASA : ??????????? what is the equivalent function. I need to translate accent caracters. We might be able to help more if we knew the translate function does? |
#6
| |||
| |||
|
|
takes characters in one string and replaces them 1:1 for those in another. select ('abba', 'abc', 'def' ) from dual returns deed because the first "a" is the first character in "abc" and it's replaced with the first character in "def" which is a "d") Sybase newsgroups wrote: In article <4432e0ea.513.1681692777 (AT) sybase (DOT) com>, Timrek says... I need the equivalent function for ASA : ORACLE : translate function ASA : ??????????? what is the equivalent function. I need to translate accent caracters. We might be able to help more if we knew the translate function does? |
#7
| |||
| |||
|
|
Just to clarify: I assume you mean select TRANSLATE('abba','abc','def') from dual "Daniel Coppersmith" <daniel_AT_infrontsoftware_DOT_com (AT) N0SPAM (DOT) com> wrote in message news:4432d9e5$1 (AT) forums-2-dub (DOT) .. takes characters in one string and replaces them 1:1 for those in another. select ('abba', 'abc', 'def' ) from dual returns deed because the first "a" is the first character in "abc" and it's replaced with the first character in "def" which is a "d") Sybase newsgroups wrote: In article <4432e0ea.513.1681692777 (AT) sybase (DOT) com>, Timrek says... I need the equivalent function for ASA : ORACLE : translate function ASA : ??????????? what is the equivalent function. I need to translate accent caracters. We might be able to help more if we knew the translate function does? |
#8
| |||
| |||
|
|
Yes. As in all my software, I have implemented the elusive RTUM technology in Oracle as well. All the software can Read The Users' Mind. As such, I have to type much much less. In fact, often times, entire applications are written as: // Do it. Neat technology! ![]() Andrew Giulinn wrote: Just to clarify: I assume you mean select TRANSLATE('abba','abc','def') from dual "Daniel Coppersmith" <daniel_AT_infrontsoftware_DOT_com (AT) N0SPAM (DOT) com> wrote in message news:4432d9e5$1 (AT) forums-2-dub (DOT) .. takes characters in one string and replaces them 1:1 for those in another. select ('abba', 'abc', 'def' ) from dual returns deed because the first "a" is the first character in "abc" and it's replaced with the first character in "def" which is a "d") Sybase newsgroups wrote: In article <4432e0ea.513.1681692777 (AT) sybase (DOT) com>, Timrek says... I need the equivalent function for ASA : ORACLE : translate function ASA : ??????????? what is the equivalent function. I need to translate accent caracters. We might be able to help more if we knew the translate function does? |
#9
| |||
| |||
|
|
Beautiful - when are you free to help out with our project? |

#10
| |||
| |||
|
|
On 4 Apr 2006 20:21:11 -0800, "Andrew Giulinn" NO.oscar.SPAM (AT) NOSPAM (DOT) dsa.com.au> wrote: Beautiful - when are you free to help out with our project? He already has... go have a look, it's all done ![]() -- Breck Carter [Team iAnywhere] RisingRoad SQL Anywhere and MobiLink Professional Services www.risingroad.com The book: http://www.risingroad.com/SQL_Anywhe...ers_Guide.html breck.carter (AT) risingroad (DOT) com |
![]() |
| Thread Tools | |
| Display Modes | |
| |