The SQL standard states a plus sign is optional whereas a minus sign is
required for negative numbers. Addtionally, the times sign is not
allowed. Instead, "E" is used, as in 2.328E-15.
This is standard in many programming languages, also.
And of course you store numeric values in a numeric type column.
Also, NEVER copy/paste from a web form when working with ANY database.
ALWAYS validate the information before inserting to prevent SQL
injection exploits.
--
==================
Remove the "x"'s from my email address
Jerry Stuckle
stuckle...@gmail.com
==================