upgrading to mysql 5 - FLOAT issue
This is just a small note, to cover FLOAT issues when upgrading from
MySQL version 4.0 to 5.0. In MySQL 4.0, the float type is by default 10
digits long, 4 after the decimal point. A create table statement would
look like this:
Read the rest of this entry ... (130 words left)