一共查到2个函数,
getDate(),这个可以用很正常
update
table set XXX = getdate() where XXX= 'XXX'
这个字段就更新成时间了
curdate(),不知道为什么这个不可以用,先记录下日后再看看。