I'm trying to update two query's in my php script but i can't get it to work. The code is:
UPDATE table SET price = '14.50' WHERE type LIKE 'finger', 'Knuckle' AND quantity <=50;
Okay, ive fixed the WHERE clause but i don't understand what i need to change with the '14.50' part which is now picking up an error?