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
- What is the INT column max value and size
- Insert/update multiple rows in single query
- How to import SQL file (previously dumped) into database
- How to find my.cnf config file
- Truncate all tables in a specific database
- Export database tables structure without data
- Skip certain tables while doing dump
- Get largest tables list
- Disable query caching for specific query
- Get total size of specific databse
See more codes...