SQL Query won't run; syntax error?
Posted: Tue Jun 07, 2005 9:46 am
Hi.
I'm having a problem with a SQL query; I'm making a log for my site. It looks like this:
PHPMyAdmin identifies a syntax error in it, but I can't figure out where it is. I'd be grateful for any help.
-Reaper
I'm having a problem with a SQL query; I'm making a log for my site. It looks like this:
Code: Select all
UPDATE logs SET hits = hits + 1, latest = NOW() WHERE page = index-Reaper