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
What does “tail –f” command do and what is its use as an Informatica admin.
What is InformaticaPowerCenter?
Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab
Why update strategy and union transformations are active? Explain with examples.
Can u generate reports in Informatica?
Explain lookup transformation source types in informatica
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
How would you join a node to the already existing domain?
What is an expression transformation?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
What is the function of union transformation?
r u done any partitions in ur project?
What is persistent lookup cache?
Difference between Data and Index Caches?
Explain the code page compatibility?