当前位置:主页 > 数据库 > MsSql >

Access 数据类型与 MS SQL 数据类型的相应

时间:2021-02-15 10:21:14 | 栏目:MsSql | 点击:

文本 nvarchar(n) 

备注 ntext 

数字(长整型) int 

数字(整型) smallint 

数字(单精度) real 

数字(双精度) float 

数字(字节) tinyint 

货币 money 

日期 smalldatetime 

布尔 bit 

您可能感兴趣的文章:

相关文章