SQL server学习

1.
SQL server数据类型int、bigint、smallint、tinyint
bigint: -2^63 ~2^63-1 8 字节
int: -2^31~ 2^31-1 4 字节
smallint: -2^15~2^15-1 2 字节
tinyint: 0 到 255 1 字节

如果错误,请指出,谢谢!

原文地址:https://www.cnblogs.com/liuyj-dev/p/9967739.html