select to_char('10','10')
from dual
This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL
why? pls help
Answer Posted / avinash
To_char function accepts only 1 parameter.
So the syntax should be as follows.
select TO_CHAR(10) from dual;
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What is merge statement used for?
Explain the difference between replace() and translate() functions in oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
What are the various types of snapshots ?
How to create a server parameter file?
How are extents allocated to a segment?
can u plz provide me oca sql dumps please i need them
What the is the diff between local index and global index. give some example.
How to select some columns from a table in oracle?
How to define a variable of a specific record type?
Please explain oracle left join with an example?
What is the string concatenation operator in oracle?
How does Oracle guarantee data integrity of data changes?
What happens to the data files if a tablespace is dropped?
Which environment variables are absolutely critical in order to run the OUI?