If sal is null then replace it with min(sal). Can any one
write a query for this in oracle ?
Advance Thanks
Answer Posted / priyank
select (case when sal is null then (select min(sal) from
emp) end) from emp
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is informatica etl tool?
What are the types of caches in lookup?
what is Active lock explain
I have a flat file, want to reverse the contents of the flat file
What are batches?
What are the different options available for update strategy?
scenario where i can use only concurrent execution of workflow.
What are the prerequisite tasks to achieve the session partition?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
What is decode in informatica?
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
What is the need for an etl tool?
What is meant by LDAP users?
Describe expression transformation?
wat are deployement groups in informatica, how it will be used for developers