I have a table that has a field type DOUBLE.  I need to put into it data
like '0.0000123' however any number less than .0001 (like .0000999) show
up in the field like '1e-05'

Also when I retieve the field in a PHP page it is return like '1e-05'.

Do I have the wrong column definition or am I doing something else wrong
here.  How can I get it to display correctly when returned by a query?

Thanks,

Jeff

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to