Comment by ajuc

Comment by ajuc 11 hours ago

0 replies

They do if you tell them. Both Oracle, mssql and postgresql have this implemented. I only used it in Oracle - it's called flashback queries - you do SELECT ... AS OF timestamp and you can see state of the table from the past.

It needs to be enabled tho, and it has some problems (for example you need to remove data for legal reasons sometimes).

Reading this in thread is very frustrating with people reinventing the wheel and asking why it wasn't invented already:)