Select * as of timestamp gives error: invalid identifier
Hi,
Is it not possible to do the thing below?
SELECT store s
FROM store as of timestamp
TO_TIMESTAMP('2012-02-29 02:19:12', 'YYYY-MM-DD HH24:MI:SS')
where s.store = 30
Regards
U
0