首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Mysql

    Mysql数据类型

    存储非负整数,可存储更大的数字字段类型存储空间取值范围(signed)最大值(signed)取值范围(unsigned)最大值(unsigned)bit1 bytes0 或 1-0 或 1-tinyint1 bytes -2^7 ~ 2^7-11270 ~ 2^8-1255smallint2 bytes-2^15 ~ 2^15-1327670 ~ 2^16-165535mediumint3 bytes-2^23 ~ 2 ^15-183886070 ~ 2^24-116777215int4 bytes-2^31 ~ 2^31-121474836470 ~ 2^32-14294967295bigint8 bytes-2^63

    65310编辑于 2024-11-03
领券