updata UserInfo set 时间 = cast(getdate() as datetime) where id = 1
把字段名“时间”用方括号括起来试试。
用Oracle的SQL语句:create table tab( ... ... rqsj date default sysdate, ... ...);
将时间改为[时间]