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.

Reply via email to