I have a MySQL script which is executed automatically under certain conditions. That script executes an ALTER TABLE
command, because that column is needed in the database, but it may or may not have it...
Is it possible to make MySQL 4 execute the ALTER TABLE
statement if the column doesn't exist or ignore the duplicate column error for this single command and allow the script execution to continue?