文章详情页
php - MySQL如何更改记录为系统时间?
浏览:140日期:2022-06-12 13:31:56
问题描述

如何将张三的时间改为系统时间?
问题解答
回答1:update stu set stuDate = now() where stuName = ’张三’;
相关文章:
排行榜

问题描述

如何将张三的时间改为系统时间?
问题解答
回答1:update stu set stuDate = now() where stuName = ’张三’;
相关文章:
