what data type for 11.1234 in mysql?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-04-27T22:39:21Z Indexed on 2010/04/27 22:43 UTC
Read the original article Hit count: 227

Filed under:

i wonder what data type i should use for storing 11.1234 in mysql?

varchar or int? they got some decimal data type?

thanks

© Stack Overflow or respective owner

Related posts about mysql