I need an oracle query for convert Char to Integer?. Can any
one help me how to do this?
Answer Posted / ankit kansal
First of all Oracle supports implicit conversion between char to number if the specified text is of number type only.
*********************************************
Lets say sql>select '111'+1 as ans from dual;
ans
---
112
*********************************************
Here, 112 is the output you received it does not matter '112' as string.
But For precautions you can write your query as
***********************************************
sql>select to_number(trim('111'))+1 from dual;
***********************************************
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is stop and abort are same in informatica?
Write the unconnected lookup syntax and how to return more than one column.
What is resilience time?
What is Index Caches size?
can we override a native sql query within informatica? Where do we do it? How do we do it?
Whats the difference between informatica powercenter server, repositoryserver and repository?
where to store informatica rejected data? How to extract the informatica rejected data?
How can we delete duplicate rows from flat files?
Differentiate between joiner and lookup transformation?
What are the measure objects?
Hi all , I am planning for informatica S - PowerCenter 8 Mapping Design certification. I have rewuired the dumps for the same. if anyone of you having the same pl. share it with me. This will be of great help. My contact is : sagardev7@gmail.com TIA , Sagar
Enlist the tasks for which source qualifier transformation is used.
Under which circumstances, informatica server creates reject files?
How identifying bottlenecks in various components of informatica and resolving them?
Explain in detail about scd type 1 through mapping.