MySQL Forums
Forum List  »  Oracle

"if exists" key word question
Posted by: jim TIM
Date: March 30, 2006 09:36AM

Hi there,
I'd need to migrate a scripts that creates a database schema to Oracle and am having difficulties with the "if exists" key word eg
drop table if exists customer;
command gives me this error in Oracle 9i;
ERROR at line 1:
ORA-00933: SQL command not properly ended

All help appreciated,
Regards,
James.

Options: ReplyQuote


Subject
Views
Written By
Posted
"if exists" key word question
3326
March 30, 2006 09:36AM
2069
April 01, 2006 06:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.