如何在mysql中使用unix时间确定超时
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在mysql中使用unix时间确定超时相关的知识,希望对你有一定的参考价值。
This will return the number of seconds between now and when the time field was inserted.
SELECT unix_timestamp(CURRENT_TIMESTAMP) - unix_timestamp(time_field) AS timediff FROM TABLE_NAME;
以上是关于如何在mysql中使用unix时间确定超时的主要内容,如果未能解决你的问题,请参考以下文章
如何确定 Fragment 何时在 ViewPager 中可见