What is the limit of the field type BIGINT in SQL?
问题 What is the limit of the field type BIGINT in SQL? is 100000235882380 or 100000466411115 acceptable? (That is ID from facebook) 回答1: Check the manual of the RDBMS you're using. It may not be the same in all systems. MySQL: https://dev.mysql.com/doc/refman/5.7/en/integer-types.html PostgreSQL: https://www.postgresql.org/docs/10/static/datatype-numeric.html SQL Server (Transact-SQL): https://docs.microsoft.com/en-us/sql/t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql DB2: http:/