write sql query to filter the null value data following
table?
name age
john 30
smith null
null 34
sharp 24
i want the output following are
name age
john 30
sharp 24
Answers were Sorted based on User's Feedback
tell me some dimension tables names in banking domain informatica project(dont tell like depends on project, tell me names of dimension and fact table names in your project)?
I have a file with data comming as 1,x1,x2,x3 2,a1,a2 3,b1,b2,b3,b4 1,y1,y2,y3 2,c1,c2,c3 3,d1,d2 my out put should be as follows x1,x2,x3,a1,a2,<null>,b1,b2,b3,b4 y1,y2,y3,c1,c2,c3,d1,d2,<null> Please let me know how can we acheive this in informatica Thanks in advance
need for registering a repository server
How many numbers of sessions can one group in batches?
What is the need of an ETL tool?
Name 4 output files that informatica server creates during session running?
what is the difference between Informatica7.1 & informatica 8.1
What is sorter transformation?
My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
How can u work with remote database in informatica?did you work directly by using remote connections?
How do you implement scheduling in Informatica?