select trunc(round(156.00,-1),-1) from dual;
Answers were Sorted based on User's Feedback
Answer / rakesh anand
TRUNC(ROUND(156.00,-1),-1)
----------------------------
160
| Is This Answer Correct ? | 32 Yes | 2 No |
What is a cursor in oracle?
How to get a list of all user accounts in the database?
What is a nested table and how is it different from a normal table?
What are named parameters?
Is oracle the best database?
can a view be updated?
Why required to run root.sh at the time of installation and what exactly it will do
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
How to write date and time interval literals in oracle?
How to invoke the data pump import utility?
can u call user defined functions in select statements
Explain oracle instance.