CAST() 函数将值(任何类型)转换为指定的数据类型。
提示:另请参阅转变()功能。
CAST(
expression AS
datatype(length))
Value | Description |
---|---|
expression | Required. The value to convert |
datatype | Required. The datatype to convert expression to. Can be one of the following: bigint, int, smallint, tinyint, bit, decimal, numeric, money, smallmoney, float, real, datetime, smalldatetime, char, varchar, text, nchar, nvarchar, ntext, binary, varbinary, or image |
(length) | Optional. The length of the resulting data type (for char, varchar, nchar, nvarchar, binary and varbinary) |
工作于: | SQL Server(从 2008 年开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!