【发布时间】:2011-05-08 06:23:49
【问题描述】:
简单的问题。我曾尝试在 Google 上搜索,大约 6 次搜索后,我认为这里会更快。
SQL 中的 int 有多大?
-- table creation statement.
intcolumn INT(N) NOT NULL,
-- more table creation statement.
INT(N) 元素有多大?它的范围是多少?它是 2^N 还是 N 字节长? (2 ^ 8N)?或者甚至是我不知道的其他事情?
【问题讨论】: