hi guys and gals
just wondering how can i rename the field
auto_viewimage to 1 for all of the cat_id in my DB
I used the query below to change the auth_viewimage from 0 to 1 , but would like to know the query how i can have something like
UPDATE `4images_categories` SET `auth_viewimage` = '1' WHERE `cat_id` =337 LIMIT 1
cat_id = 1,1000 or upto the last category id
thx a mill
just wondering how can i rename the field
auto_viewimage to 1 for all of the cat_id in my DB
I used the query below to change the auth_viewimage from 0 to 1 , but would like to know the query how i can have something like
UPDATE `4images_categories` SET `auth_viewimage` = '1' WHERE `cat_id` =337 LIMIT 1
cat_id = 1,1000 or upto the last category id
thx a mill