How will you display 10-15 letters from a name? (for ex:
name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")
Answers were Sorted based on User's Feedback
Answer / krishna
by using thie function sbustr(column_name,10,15) in the exp
t/r, u can get the output.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / 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 |
Without source how to insert record to target?
Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its possible to Create 3parameters at a time? If Possible which one will fire FIRST?
what is the difference between mapplet & stored procedure?
Which is costliest transformation? costly means occupying more memory?
What is the use of target designer?
What is rank index in rank transformation?
Data is passed from one active trans and one passive trans into a passive transformation.Is the mapping valid or invalid?
What is joiner cache?
what is meant by data driven.. in which scenario we use that..?
what is bridge tables in informatica
How can we get two output ports in un-connect transformation?
How to implement security measures using repository manager?