小编典典

SQL中BIGINT字段类型的限制是什么?

sql

SQL中BIGINT字段类型的限制是什么?

100000235882380或100000466411115是否可以接受?(这是来自Facebook的ID)


阅读 172

收藏
2021-03-23

共1个答案

小编典典

查看所使用的RDBMS的手册。并非在所有系统中都相同。

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/zh-cn/sql/t-sql/data-types/int-bigint-smallint-and-
tinyint-transact-sql

DB2:http
//publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic = /
com.ibm.db29.doc.sqlref /
db2z_biginteger.htm

2021-03-23