sql server中 把字符串转化为日期 的函数是什么字符串格式 2007-09-18 [解决办法]select cast( '2006-07-01 ' as datetime)[解决办法]Convert(datetime, '2006-7-1 ',120)