a lil mysql help? (using phpMyAdmin)
i'm trying to delete all the rows with "December 4, 2003" in the Date field... but when i run the below code, it just refreshes to the page, but doesn't delete anything:
DELETE FROM `crtgpcache` WHERE Date='December 4, 2003'
what should i change it to so it'll delete all the damn rows?
thx
|