I have a book store and I need to make a suggestion table. I made a code:
UPDATE order_products SET suggestion = \'Yes\' WHERE product NOT LIKE \'%Book 1%\' UPDAT