Explain the difference between BOOL, TINYINT and BIT.-Mysql
Explain the difference between BOOL, TINYINT and BIT.-Mysql
Prior to MySQL 5.0.3: those are all synonyms. After MySQL 5.0.3: BIT data type can store 8 bytes of data and should be used for binary data.
No comments:
Post a Comment
comment on this post
Note: Only a member of this blog may post a comment.