| |
GeekInterview.com > Tech FAQs > Informatica
| Print | |
Question: How three column in one table concatenated in Informatica?
Answer: How three column in one table concatenated in Informatica?When i am giving SAL || COMM || DEPTNO in exp it's failed to read during testing.By giving (CONCAT(CONCAT(SAL,COMM),DEPTNO)) i am also getting error during testing. |
| July 07, 2008 17:31:42 |
#2 |
| Mamta11 |
Member Since: July 2008 Total Comments: 12 |
RE: How three column in one table concatenated in Informatica? |
| All three columns you are concatenating should be of the same datatype. Check that. |
| |
Back To Question | |