Never would have occurred to me to wrap it in quotes!!! Much thanks for the quick response!
Bill On Friday, July 17, 2015 at 3:25:49 AM UTC-5, [email protected] wrote: > > Hi Bill, > I have tried these query : > insert into Number(val) values("1.27e+23") > insert into Number(val) values("1.23e+23") > select sum(val) from Number > > I think that you must insert the values like string > If you try "insert into Number(val) values("1.27x+23")" you have a > NumberFormatException > > Regards, > Alessandro > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
