MySQL Forums
Forum List  »  Docs

Re: does bit type removed in new version or never esist before
Posted by: Stefan Hinz
Date: April 21, 2009 04:46AM

Which "reference book" are you reading? According to http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html, MySQL 5.1 has a BIT data type, just like all other MySQL version. According to http://dev.mysql.com/doc/refman/4.1/en/numeric-type-overview.html, "In versions of MySQL up to and lincluding 4.1, BIT is a synonym for TINYINT(1)."

Stefan Hinz, MySQL Documentation, Berlin, Germany

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: does bit type removed in new version or never esist before
3533
April 21, 2009 04:46AM


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.