I want to know how to remove a restriction only if it exists. is there any single row statement present in the mysql server that will allow me to do this.
I tried the following command, but could not get the output of desire
alter table airlines drop foreign key if exits FK_airlines;
any help on this really helps me move forward in mysql
Haraprasad
source share