SQL将日期型数据转换为字符串请问如何将日期型数据转换为字符串,比如将今天的日期转换为 '2007 ',应该使用什么函数呀?[解决办法]select convert(varchar(4),getdate(),120)