Quote:
Originally Posted by bashy
Didnt work for me m8
Got an error:
SQL query:
UPDATE forum_home_counter SET count = count584254
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '584254' at line 1
Any advice?
|
try this:
[sql]UPDATE `forum_home_counter` SET `count` = '60';[/sql]