数据库中如何把日期2007-10-25转为25 Oct 2007数据库中如何把日期2007-10-25转为25 Oct 2007[解决办法]这个不用转的,设置一下就OK了[解决办法]sample select convert(varchar(11),getdate(),13)