日期字符型怎么去修改格式,在线等即给分我日期用(char(7),date,120)提出来的时候从出错字符串转换为 datetime 时发生语法错误。怎么去手动修改格式呢? [解决办法]select * from 表 where isdate(date) <> 1 查出来的记录手动修改下[解决办法]select convert(datetime,convert(char(7),getdate(),120)+ '-01 ')