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 |
How to experiment a data lock in oracle?
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
What is difference between truncate and delete?
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!
How to create id with auto_increment on oracle?
What are the type of Synonyms?
what is the difference between simple view and complex view?
which statement is running fastly ie insert or delete?
what is trigger?
What is the effect of setting the value 'FIRST_ROWS' for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
What happens to the current transaction if the session is ended?
How to convert character types to numeric types?