If sal is null then replace it with min(sal). Can any one
write a query for this in oracle ?
Advance Thanks
Answer Posted / abc
update emp_test set comm=(select min(sal) from emp_test)
where comm is null;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
whats the logic to load the lower level of granularity of data to fact table.
How to elaborate tracing level?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
Different circumstance which drives informatica server to expel records?
Enlist some properties of sessions.
Explain sessions. Explain how batches are used to combine executions?
which one is better performance wise joiner or look up
What are the limitations of joiner transformation?
How you can differentiate between connected lookup and unconnected lookup?
What is session task and command task?
What are the new features of informatica 9.x in developer level?
How to load last n records of file into target table - informatica
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
What is rank transformation?