Select cast(getdate() as varchar(10))强制将类型转换,上面就是将日期类型转为字符类型
类型转换函数,比如将 @A 为 DATETIME 型,需要转换为日期型:CAST(@A AS DATE)