Find a way to implement the following logic :
You have column like :
Column 1
AA|BB|CC
DD|EE|FF
WW|AA
I need to get the length of the column without the ‘|’ .
Answer Posted / ankit kansal
An Easy Way Of Achieving The Output Will Be :-
select length(column_name)-(length(cloumn_name)-length(replace(column_name,'|',''))) from table_name;
http://deepinopensource.blogspot.in/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
What is a repository manager?
COM components can be used in Informatica
What is workflow manager?
Explain lookup transformation source types in informatica
What is informatica etl tool?
In warehouses how many schemas are there?
What are active transformations.
Can you use flat files in Mapplets.
generate date / time dimension in informatica
Explain where to store informatica rejected data? How to extract the informatica rejected data?
What is the command used to run a batch?
What are the new features of Power Center 5.0?
What is informatica metadata and where is it stored?
Under which circumstances, informatica server creates reject files?