如何在没有时间戳列的情况下获取今天插入或更新的行

时间:2021-02-25 13:34:13

My tables doesn't have any timestamp column then in that case how do we get the rows that are inserted today. Table has primarykey with auto increment and rest of all the columns are of INT datatype.

我的表没有任何时间戳列,那么在这种情况下我们如何获取今天插入的行。表具有自动递增的主键,所有列的其余部分都是INT数据类型。

1 个解决方案

#1


1  

No way. You need to have specified field for this.

没门。您需要为此指定字段。

You are not able to get this without an extra field.

没有额外的字段你就无法得到这个。

#1


1  

No way. You need to have specified field for this.

没门。您需要为此指定字段。

You are not able to get this without an extra field.

没有额外的字段你就无法得到这个。