I have a source as flat file and having data like
""TCS"MUMBAI" and i want output like TCS MUMBAI,the length
of the data in the rows is variable.how can you fix it?

Answer Posted / ram pothineni

select replace('"TCS"MUMBAI"','"',' ') from tab;

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between STOP and ABORT options in Workflow Monitor?

699


Under which circumstances, informatica server creates reject files?

593


What are pre and post-session shell commands?

745


what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?

1789


What do you understand by term role-playing dimension?

583






what is the size of u r source(like file or table)?

1818


What is Index Caches size?

625


How can you generate reports in informatica?

583


How to load the name of the current processing flat file along with the data into the target using informatica mapping?

702


What are ETL Tools?

669


How to update source definition?

634


COM components can be used in Informatica

1877


How can we update a record in the target table without using update strategy?

659


write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa

2072


Sequence generator, when you move from develoment to production how will you reset

1412