Home  >  Article  >  Database  >  Access 数据类型与 MS SQL 数据类型的相应

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

WBOY
WBOYOriginal
2016-06-07 17:57:041038browse

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

文本 nvarchar(n)

备注 ntext

数字(长整型) int

数字(整型) smallint

数字(单精度) real

数字(双精度) float

数字(字节) tinyint

货币 money

日期 smalldatetime

布尔 bit
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn