Results 1 to 9 of 9

Thread: Sql query / Move Videos

  1. #1
    MissKalunji is offline vBTubePRO-User
    Join Date
    Apr 2008
    Posts
    336

    Default Sql query / Move Videos

    I want to mass move everyvideo from categoryid 11 to category 7

    What's the proper sql query for that?

    Thanks

  2. #2
    MissKalunji is offline vBTubePRO-User
    Join Date
    Apr 2008
    Posts
    336

    Default

    bump?!?!? i'm still wondering 29 pages to do manually is long

  3. #3
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    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.

  4. #4
    MissKalunji is offline vBTubePRO-User
    Join Date
    Apr 2008
    Posts
    336

    Default

    uhm isn't it missing a portion? as in update categoryid 11 to 7?

  5. #5
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    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.

  6. #6
    MissKalunji is offline vBTubePRO-User
    Join Date
    Apr 2008
    Posts
    336

    Default

    great that did the trick.

  7. #7
    MissKalunji is offline vBTubePRO-User
    Join Date
    Apr 2008
    Posts
    336

    Default

    this doesn't seem to work anymore did you change the tables name?

  8. #8
    Pilotnetwork is offline vBTubePRO-User BF
    Join Date
    Sep 2009
    Posts
    253

    Default

    Is it also possible to copy everyvideo from categoryid 1 to category 2.

    How do I do this?

  9. #9
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    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.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •