MYSQL DateTime Now()+5天/小时/分钟/秒



我正在寻找一种方法,当插入mysql使用now()来修改日期时间。

update用户set过期= NOW()+5days where...

update users set expires=  NOW() + interval 5 day where ...;

相关内容

  • 没有找到相关文章

最新更新