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!
Hi,
Is it possible to store decimal value in number datatype
for eg
T1
id number(10)
i need to store in T1 upto 3 decimal place because it will round the value if i have something like 15.544 which will store as 16
15.544