I’m restructuting my site, and I nead tomove some data around my database.
I want to assign all the entries in the “news” weblog to the category “Latest”. I tried:
Update pm_categories set category = "Latest" where weblog = "news"
but that didn’t seem to work; possibly because the weblog id is in another table apart from pm_categories. Anybody able to point me to the right syntax?
Many thanks
