WebMaster, Thursday, October 10, 2002, 11:22:25 AM, you wrote: >MySQL don't detect the equal float numbers if aren't ineger, left float >alwais greater then right float es. 1.1 > 1.1 = true.
> mysql> SELECT * FROM float_bug WHERE f=1.1; > Empty set (0.00 sec) It's an inexactness of floating point arithmetic. Use DECIMAL type instead. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- 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