hi everyone,
I made a mistake of not giving a name to an index.
alter table sometable add index ( field1, field2 )

I would like to remove this index but I can't figure it out.
I tried:
alter table sometable drop index (field1,field2)

How do I fix this?
Thank you.

-gohaku


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to