I had about 30 things to update in an UPDATE statement. Well the last few would not enter into the database. So I put those few in another query and it worked fine. Is there a limit or something with the UPDATE statement in MySQL?
I always assumed the UPDATE statement was limitless - I've done some pretty big updates and never ran into a problem. Might be a limitation in the mySQL configuration on your server. Might be a good idea to ask your host about it.
Bookmarks