What's the difference between MySQL BOOL and BOOLEAN column data types?

后端 未结 4 1675
我在风中等你
我在风中等你 2020-12-14 14:27

I\'m using MySQL version 5.1.49-1ubuntu8.1. It allows me to define columns of two different data types: BOOL and BOOLEAN. What are the differences

4条回答
  •  旧时难觅i
    2020-12-14 14:43

    check the MySQL docs overview of numeric types:

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

提交回复
热议问题