MySQL Forums
Forum List  »  Perl

Re: float matching with 'like'
Posted by: Bill Karwin
Date: November 18, 2006 01:21PM

Use the NUMERIC datatype instead of FLOAT when you need precise numeric data.

See also:
http://dev.mysql.com/doc/refman/5.0/en/precision-math.html

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
November 17, 2006 08:19AM
Re: float matching with 'like'
November 18, 2006 01:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.