|
_
| Question: |
How can I set all the hits/clicks that has been recorded in the past to zero. (I want to reset the number of hits for all links) |
|
| Answer: |
Go to the Control Panel >> Plug-In's >> Raw SQL Query Tool
In the SQL query box type the following
UPDATE links SET hits = '0'
After typing the above press the 'Run Query' button. |
|
User Comments:
|
There are currently no comments available.
_ |
|
|
|
|