如何在MySQL中获取记录更新的日期 [英] How to get the date of record updating in MySQL

查看:146
本文介绍了如何在MySQL中获取记录更新的日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一张表,其中一条记录已被更改.

I have a table that one of this record has been changed.

有没有MySQL函数来获取此更新的日期?

Is there any MySQL function to get the date of this updating?

推荐答案

否.除非您将修改日期显式存储在其他地方(通过触发器或应用程序端技术),否则无法获得该修改日期.

No. There is no way to get that modification date unless you explicitly stored it somewhere else (through a trigger or application side technique).

这篇关于如何在MySQL中获取记录更新的日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆