How to insert character value into number field? [message #329667] |
Thu, 26 June 2008 03:10 |
Akash Nathile
Messages: 38 Registered: October 2006 Location: Pune
|
Member |
|
|
Hi,
Can anybody tell me how to insert character value into number field?
As I have one procedure whose input is Varray as character datatype.
Now i want to insert this Varray value which is comma seperated into table whose field is number.
This is not possible to change table number datatype into varchar2 as its master table and its a primary key field with lots of indexes on it.
|
|
|
|
|
|
|
|