Is there a way to get DateTime value from timestamp type column?

后端 未结 8 695
执笔经年
执笔经年 2020-12-06 17:30

I need a select from table which does not have column that tells when row was inserted, only timestamp column (values like: 0x0000000000530278). Some data was i

8条回答
  •  再見小時候
    2020-12-06 17:57

    I think your best bet is to restore a backup from before the inserts and compare the backuped table with the current table.

提交回复
热议问题