SequelChik
Programmer
I can't get this right, I need to find an update query that will update the status of all unpaid orders of over 1 month to 'red'.
I've tried
UPDATE Customer
SET Customer.Status="Red"
WHERE Paid="No"
AND OrderDate=Now()>30
but it doesnt work. Can anyone help me?
Thanx x
I've tried
UPDATE Customer
SET Customer.Status="Red"
WHERE Paid="No"
AND OrderDate=Now()>30
but it doesnt work. Can anyone help me?
Thanx x