Hi,
I was wondering if there's a way to make mysql not care about (or ignore) columns in an insert statement that don't exist in the table. For example, I have a dump from a table with 10 columns, but the new table has one of the columns dropped.. well restoring from the dump causes errors.. is there a way to ignore the unknown columns?

This is something that's going to happen programatically and from time to time. I know in the above example I can create the columns, then drop them.. but I was looking for a simpler solution if there is one.


Thanks,
  Davy


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

Reply via email to