MySQL Forums
Forum List  »  Docs

Re: Is BIT a datatype? And waht about BOOLEAN?
Posted by: Mike Hillyer
Date: January 06, 2006 02:55PM

Bit is at:

http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html

In chapter 11, under numeric types.

Also mentioned at:

http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html

Also in chapter 11.

As for the boolean question: I believe a true boolean type is on the todo list, and as BIT is relatively new I assume the switch is delayed until a true boolean is implemented.

Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535
Mobile: +1 403-330-0870
Blog: http://www.openwin.org/mike

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Is BIT a datatype? And waht about BOOLEAN?
6733
January 06, 2006 02:55PM


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.