MySQL Forums
Forum List  »  Optimizer & Parser

Re: MySQL can't find index = really slow query...
Posted by: Bob Field
Date: September 25, 2006 12:47PM

Execute that statement using the command line client only remove the MODIFY...NOT NULL clause:
USE gecoprova;
ALTER TABLE affidamenti_procuratore ADD INDEX FINE(fine); 

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL can't find index = really slow query...
2060
September 25, 2006 12:47PM


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.