How will you display 10-15 letters from a name? (for ex:
name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")
Answer Posted / gyana
SUBSTR(COLUMN_NAME,STARTING POSITION(10),NUMBER OF CHARACTER YOU WANT(5));
IT WILL GIVE YOU THE OUT PUT 10TH POSITION TO 15 TH CHARACTER STRING
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Different qualification between a related rotate toward the sky and isolates look upward?
Explain in detail about scd type 1 through mapping.
What are the advantages of using informatica as an etl tool over teradata?
What is the reusable transformation?
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
Mention few advantages of router transformation over filter transformation.
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
Define update strategy?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
How many dimensions are there in informatica?
What is native users?
What are the components of Informatica? And what is the purpose of each?
What is a sorter transformation?
What is intricate mapping?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?