Recovering deleted Records

[原文] recovering-deleted-records

Solution

That requires an actual timestamp (or date), you're passing a pair of values.

Try:

SELECT * FROM MY_TABLE
AS OF TIMESTAMP TO_DATE('13-MAR-11 08:50:58','DD-MON-YY HH24:MI:SS')

(Your time format specifier isn't correct either and doesn't match your date string.)

posted @ 2015-08-28 15:38  小麦粉  阅读(208)  评论(0编辑  收藏  举报