mysqlWhat is the BIGINT column max value and size in Mysql
SIGNED MAX : 9,223,372,036,854,775,807 (8 bytes)
UNSIGNED MAX: 18,446,744,073,709,551,615 (8 bytes)ctrl + cRelated
More of Mysql
- Truncate all tables in a specific database
- How to import SQL file (previously dumped) into database
- Get largest tables list
- Disable ONLY_FULL_GROUP_BY mode
- Get total size of specific databse
- Skip certain tables while doing dump
- How to find duplicate varchar/text column values in table
- Select first record from group
- How to duplicate table structure and data
- How to find my.cnf config file
See more codes...