Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Reset hits to zero?

Quote Reply
Reset hits to zero?
I'm looking for a way to reset all hits to zero. Any ideas?

Thanks,

Joey

Quote Reply
Re: Reset hits to zero? In reply to
Code:

UPDATE Links SET Hits = '0';


in the SQL Monitor or via the mysql command prompt.

You might want to consider searching http://www.mysql.com for commands/functions before posting questions in these support forums...

Regards,

Eliot Lee