MySQL Forums
Forum List  »  General

removing duplicate tables IvrLog and IVRLog
Posted by: Andrew Pasetti
Date: October 05, 2004 10:13AM

MySql has allowed me to add a table called IvrLog to a database where there is an existing table called IVRlog. When I attempt to do inserts on IvrLog, the server thinks the table to use is IVRlog. I would like to clean this up by deleting the table that I just created (IvrLog) while still keeping the IVRlog table in place.

How do I issue the drop statement that will ensure that only IvrLog will be dropped.

Your feedback will be greatly appreciated.

Thanks,

Andrew Pasetti

Options: ReplyQuote


Subject
Written By
Posted
removing duplicate tables IvrLog and IVRLog
October 05, 2004 10:13AM


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.