I want to mass move everyvideo from categoryid 11 to category 7
What's the proper sql query for that?
Thanks
I want to mass move everyvideo from categoryid 11 to category 7
What's the proper sql query for that?
Thanks
bump?!?!? i'm still wondering 29 pages to do manually is long
Please make a backup before running this query of vbtube_tubes table.
I can give only support if you backup.
Kind Regards
s7v7n
Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.
uhm isn't it missing a portion? as in update categoryid 11 to 7?
OMG Sorry i didn't read your post correctly.
PHP Code:UPDATE prefix_vbtube_tubes SET categoryid = 7 WHERE categoryid = 11
Kind Regards
s7v7n
Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.
greatthat did the trick.
this doesn't seem to work anymore did you change the tables name?
Is it also possible to copy everyvideo from categoryid 1 to category 2.
How do I do this?
http://www.vbtube.com/howto-faq/3398...html#post12676
This copying all videos from catid 11 to catid 7
Kind Regards
s7v7n
Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.