Answer Posted / moorthy g
select count(1) from emp;
Count(1):
14
It will display how many records in emp table
Total 14 Records are there in my table.
Correct If I'm wrong
Regards,
Moorthy
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
What is sequence generator transformation in informatica?
What is aggregator transformation in informatica?
What is flashback table ? Advance thanks
what are factless facts? And in which scenario will you use such kinds of fact tables.
where to store informatica rejected data?
Define mapping and session?
What are the types of presistent cache in look up tr.
Do you find any difficulty while working with flat files as source and target?
What are the different clients of powercenter?
Define enterprise data warehousing?
if we have a delimiters at unwanted places in a flat file how can we over come those.
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
Can we get 1st record through Informatica(without sequence number).