Hi all.
using MySQL how can I change 'category_statu s' from 1 to 0 and from 0 to 1 in a single query ?
like update `product_catego ries` WHERE `categories_sta tus` = 1 - `categories_sta tus`
This doesn't work, please help
Thank you guys
using MySQL how can I change 'category_statu s' from 1 to 0 and from 0 to 1 in a single query ?
like update `product_catego ries` WHERE `categories_sta tus` = 1 - `categories_sta tus`
This doesn't work, please help
Thank you guys
Comment