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
- Get largest tables list
- How to find my.cnf config file
- Make a pager (limit / offset) select query
- How to find duplicate varchar/text column values in table
- Truncate all tables in a specific database
- Insert new values only if row doesn't exist already
- What is the MEDIUMTEXT column max size (length) in Mysql
- How to duplicate table structure and data
- Get server version
- Export table or query into CSV
See more codes...