For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I want to insert data of length 18 digit (15 digit and 3 decimal) into column having datatype number(18,3).
For example , value 123456789012345.123 to be inserted into column of datatype number(18,3).
Kindly resolve my question.