MySQL Forums
Forum List  »  Newbie

Re: SQL Table creation from script error.
Posted by: Paul McArdle
Date: June 28, 2005 06:41PM

sounds like the table to be dropped don't exist.

DROP TABLE IF EXISTS Item;
DROP TABLE IF EXISTS Report;
DROP TABLE IF EXISTS NextID;

will give warnings though.

Options: ReplyQuote


Subject
Written By
Posted
Re: SQL Table creation from script error.
June 28, 2005 06:41PM


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.