Hi, all

I have a table like this:

+----------+---------+------+-----+---------+-------+
| Field    | Type    | Null | Key | Default | Extra |
+----------+---------+------+-----+---------+-------+
| id_freq  | int(11) |      | PRI | 0       |       |
| id_theta | int(11) |      | PRI | 0       |       |
| es       | double  |      |     | 0       |       |
+----------+---------+------+-----+---------+-------+

the values for 'es' is very small, like 10^-8. When I checked the result
after running my code, the column for 'es' are still '0's.

Could anybody give a hint why this occured and how to avoid this?

Thanks in advance.

Xiaobo


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

Reply via email to