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 |
What is the difference between a table and the materialized view?
My source contains 10 records with 5 columns.What happens if I select group by all columns in Aggregator T/R?
explain about session partitions ?
What is Index Caches size?
why sequence generator should not directly connected to joiner transformation ?
Which one is better performance wise connected/un-connected lkp?why?
Session Recovery. 1000 rows in the source of which 500 passed through and then I killed the session. Can you perform a recovery and how
what is persistant cache in which situation we will use persistantcache
Which tool yoU use to create and manage sessions and batches and to monitor and stop the informaticaserver?
Define joiner transformation?
hi all, Can anyone please tell me the relationship between informatica and business objects
What is source qualifier?