i am having comm in emp table and i want to display 0 when
comm =null and -10 if comm= value

Answer Posted / swati

update emp set comm =
case
when comm is null then 0
else
10
end

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can we use lexical perameter in oracle plsql if yes how

1824


which gives Oracle R12 Financial training in delhi please give me answer its urgent?

1914


Difference between negative and positive adjustments : oracle accounts receivable

620


Differentiate between unidentified receipt, unapplied receipts and on account receipts? : oracle accounts receivable

1236


what are the tools used for oracle 10g in real time.

1929






what are basic modules required to implement oracle application in any oraganisation?

1700


How to move the data from one flatfile to multiple staging tables?give me some examples? for example in po interface one flat file is there and multiple staging tables are there how can move it?please give me answer for this question?

1920


What are different types of receipt reversals ? Explain them : oracle accounts receivable

723


what are the API of GL,PO,AP

1774


Explain about party and customer in ar : oracle accounts receivable

726


default triggers available for reports

1759


What is Tax Categories?

1626


What are different types of transactions in ar? : oracle accounts receivable

745


what are all the conversion and interfaces in GL,AP,AR,HRMS with example? otherwise send send link for these

1630


What is auto invoicing? Explain : oracle accounts receivable

616