How to merge First Name & Last Name?

Answer Posted / saradhi

by using concatination operator u can get it.
firstname||lastname

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a dimensional model?

660


What are some examples of informatica etl programs?

623


Explain dynamic target flat file name generation in informatica

732


How an expression transformation differs from aggregator transformation?

709


rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg

1624






complex mapping ur project u r invlve can u explain and give real time example give me ?

1954


What is lookup change?

699


how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?

6155


What are the new features of Power Center 5.0?

1336


In informatica workflow manager, how many repositories can be created?

937


Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?

1540


difference between informatica 8.1.1 and 8.6

3349


Explain transaction control transformation in informatica

909


What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?

2012


If informatica has its scheduler why using third party scheduler?

900