I have a file that includes SQL commands to update my category images. Each line in the file looks like this...
update `categories`,`categories_description` set categories.categories_image = '014.jpg' where categories_description.categories_name = 'Malleable #150 Thread Fittings' and categories.categories_id = categories_description.categories_id;
It works fine using phpMyAdmin, but I cannot execute it using the SQL Query Executor/Install SQL patches with ZC admin.

I have 2 questions.
1. How do I (can I?) modify to execute from within ZC?
2. Does anyone have a better way to do this?

Thanks,
Jeff