How to make DROP INDEX IF EXISTS for mysql?
I want to DROP INDEX in mysql with option IF EXISTS but I have found nothing that make it works. Anyone has any hint?
I want to DROP INDEX in mysql with option IF EXISTS but I have found nothing that make it works. Anyone has any hint?