If sal is null then replace it with min(sal). Can any one
write a query for this in oracle ?
Advance Thanks
Answer Posted / basavan
select nvl(sal,min(sal) from <table name>
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Explain the mapping variable usage example in informatica
What is complex mapping?
How do you convert single row from source into three rows into target?
How can you differentiate between powercenter and power map?
What is the difference between source qualifier transformations source filter to filter transformation?
How we can use union transformation?
What is dynamic cache?
In informatics server which files are created during the session rums?
What does role playing dimension mean?
What is a joiner transformation?
What you know about transaction control transformation?
Explain why we use partitioning the session in informatica?
What is intricate mapping?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1