select to_char('10','10')
from dual
This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL
why? pls help
Answer Posted / rpk
adding to the above answer to_char function takes only the
number value
i.e select to_char(10) from dual;
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Can the query output be sorted by multiple columns in oracle?
What are the different types of partitions in oracle?
How can I get column names from a table in oracle?
What is the quickest way to fetch the data from a table?
What is difference between truncate and delete?
Explain the different normalization forms?
What is a data lock in oracle?
What is recycle bin in Oracle?
How to define an anonymous procedure with variables?
How to display employee records who gets more salary than the average salary in the department?
What privilege is needed for a user to create indexes in oracle?
What is blob datatype?
How to store only time; not date and time?
How do I find the database name in oracle?
How to shutdown your 10g xe server?