Quote:
Today at 12:34 AM Steve123 said this in Post #74
ALTER TABLE `post` DROP INDEX ( `attachmentid` )
ERROR 1064: You have an error in your SQL syntax near '( `attachmentid` )' at line 1
|
There's nothing wrong with the syntax.. All it's doing is reversing the original query that was run.
Did the original query run successfully?
ALTER TABLE `post` ADD INDEX ( `attachmentid` )