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 + c
Related
More of Mysql
- How to find my.cnf config file
- What is the TINYINT column max value and size in Mysql
- What is the LONGTEXT column max size (length) in Mysql
- Make a pager (limit / offset) select query
- Disable ONLY_FULL_GROUP_BY mode
- Truncate all tables in a specific database
- Atomic select and update (e.g. fetch unique rows on each request)
- Skip certain tables while doing dump
- Insert/update multiple rows in single query
- How to import SQL file (previously dumped) into database
See more codes...