Ginger Cheng <[EMAIL PROTECTED]> wrote:
> If a table has a column defined as 'float not null' and the corresponding
> txt file used to load it have sth like 'nan' for the column, although
> giving warnings, the record will be loaded and the column looks like 'nan'
> by using mysqlimport
Ginger Cheng wrote:
Hello, MySQL gurus,
Since I have been moving data around using mysqldump recently, I
have found sth annoying:
If a table has a column defined as 'float not null' and the
corresponding txt file used to load it have sth like 'nan' for the
column, although giving warni
Hello.
On Fri 2003-01-31 at 13:45:26 -0600, [EMAIL PROTECTED] wrote:
> >Description:
> One of our customers had a table named group, admitedly a bad design
> but still not something that should cause mysqldump to fail hard!
Please be more specific. Did mysqldump error out or the re-im