in a table it has 200 rows the query is select 150 from
tablename.whats the output
Answers were Sorted based on User's Feedback
Answer / babu
Hi all,
it is very simple.
if you give any number in the select list it will displays the
that number(how many records table havie that number of times)
Ex: select 200 from tab
Ans:200
200
200
--
--
200(200 times)
| Is This Answer Correct ? | 7 Yes | 3 No |
If you want to create indexes after the load process which transformation you choose?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
I am having a FLAT FILE SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 to a FLAT FILE only.For more clarification i want to elimate nulls and want in a single line. Please help me out
What is meant by lookup transformation?
How can you run a session without using server manager?
To import the flat file definition into the designer where should the flat file be placed?
in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z
WHAT IS USE OF SQL OVERRIDE IN SOURCE QUALIFIER? chandumba2005@gmai.com
In CSV flat file date are in the following format. dd/mm/yyyy (05/01/2005)and d/m/yyyy (5/1/2005) and dd/m/yyyy (05/1/2005) and d/mm/yyyy (5/01/2005). It should be load to target in a unique format. How will you implement this?
What is complex mapping?