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
timestamp
I think your best bet is to restore a backup from before the inserts and compare the backuped table with the current table.