select语句中如何将查询出的日期字段格式化成'yyyy-MM-dd'select语句中如何将查询出的日期字段格式化成 'yyyy-MM-dd '[解决办法]select convert(varchar(10),getdate(),120)