MS SQL Server的数据类型
1.MS SQL提供的数据类型SQLServer 提供了 25 种数据类型:
[*]Binary [(n)]
[*]Varbinary [(n)]
[*]Char [(n)]
[*]Varchar[(n)]
[*]Nchar[(n)]
[*]Nvarchar[(n)]
[*]Datetime
[*]Smalldatetime
[*]Decimal[(p[,s])]
[*]Numeric[(p[,s])]
[*]Float[(n)]
[*]Real
[*]Int
[*]Smallint
[*]Tinyint
阅读全文
类别:我是一个程序员 查看评论
页:
[1]