select to_char('10','10')
from dual
This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL
why? pls help
Answer Posted / kanan
in this query first 10 is value you want to convert to
character and second value is format ;format can
be '9999.99' or '09999.99' but '10' is not valid
format .you should be thorough at the formats used on
to_char before implementing this .To_char can take upto
three parameters .
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Write a syntax for update query in oracle?
How to rename an index in oracle?
What is ADDM Advisor in Oracle?
What is the data pump import utility?
How does one get the view definition of fixed views/tables?
Explain what are synonyms used for?
Explain the use of grant option in imp command.
What is Virtual Private Database in Oracle?
How to call a sub procedure?
How view is different from a table?
what is reindexing?
What is bulk copy or bcp in oracle?
What is a tns file?
What happens if you use a wrong connect identifier?
How do I start tns listener?