Good day, I have a simple question here where I want to update my column whenever these two value are used.
UPDATE products SET description='YES' WHERE description='PENDING'
other than 'PENDING', I also want 'NO' to be included in this query for update.
What can I do? I want it to be updated on any row I update/click, Thank you.