Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

flashback query

user497841Apr 22 2010 — edited Apr 22 2010
Please point out what's wrong in this query.

Thanks a lot.

09:06:30 SQL> SELECT * FROM B AS OF TIMESTAMP to_timestamp('2010-04-23 8:39:00','YYYY-mm-DD hh12:mi:
ss');
SELECT * FROM B AS OF TIMESTAMP to_timestamp('2010-04-23 8:39:00','YYYY-mm-DD hh12:mi:ss')
*
ERROR at line 1:
ORA-00933: SQL command not properly ended
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2010
Added on Apr 22 2010
5 comments
2,146 views