i can reproduce it on 3.23.32

create table test (id int(13),low float(10,2) )

insert into test values (1,1)

insert into test values (1,'nan')


id low 
 1   1.00  
 1   nan  

doh..


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to