如果updateTime 是datetime 型就直接 update table set updateTime =getdate()如果updateTime 是varchar型就直接 update table set updateTime =convert(varchar,getdate(),120)
select convert(varchar,getdate(),112);select convert(varchar,getdate(),108)