可以使用SQL函数 Convert(),例如将当前服务器的时间转换为日期:Select Convert(char(10),getdate(),126)这样会得到形如:yyyy-mm-dd 格式的字符串日期。
用to_char函数格式化输出