
May 29th, 2012, 10:03 AM
|
|
Registered User
|
|
Join Date: May 2012
Posts: 1
Time spent in forums: 40 m 54 sec
Reputation Power: 0
|
|
Insert text in a specified format as number(x,y)
Hi all,
Im trying to insert a number specified by the format for ex. S999.99, but the original text is of the form S99999, is there any way i can insert the data which will store it in the DB with the datatype as Number(5,2), the decimal is not present in the supplied value(through PreparedStatement) but needs to be put while inserting into the DB.
P.S.- 'S' in S999.99 signifies the sign(+/-).
|