----数据类型转换函数----
CAST() 函数语法如下
CAST() (<expression> AS <data_ type>[ length ])
CONVERT() 函数语法如下
CONVERT() (<data_ type>[ length ], <expression> [, style])
select identity(int, 1, 1) as 'hhhdd' into test_tb 这样的语句会生成一个test_tb表
----数据类型转换函数----
CAST() 函数语法如下
CAST() (<expression> AS <data_ type>[ length ])
CONVERT() 函数语法如下
CONVERT() (<data_ type>[ length ], <expression> [, style])
select identity(int, 1, 1) as 'hhhdd' into test_tb 这样的语句会生成一个test_tb表