Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How 2 change custom_field value over all articiles via mysql query?
I’m using dzd_counter_view plugin to show popular articles. It strores article views in custom_2 field (i set so). The aim is to null custom_2 field value over all my articles. I think that it’s work for mysql query but i don’t now how2 :)
I’m using rss_admin_db_manager and i think i can run query from this plugin – please help me to compose the query string.
Thank you!
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: How 2 change custom_field value over all articiles via mysql query?
UPDATE textpattern SET custom_2 = '0'
Offline