How to combine 2 queries into one datastore

Discussion in 'vBulletin Discussions' started by quantnet, Dec 20, 2009.

  1. quantnet

    quantnet Newcomer

    Joined:
    Oct 27, 2009
    Messages:
    13
    Likes Received:
    0
    Thanks a lot. Solved by our developer.
     
  2. Ryan Ashbrook

    Ryan Ashbrook Regular Member

    Joined:
    Jun 29, 2009
    Messages:
    343
    Likes Received:
    25
    Location:
    Cincinnati, Ohio
    You can try and do a JOIN to combine the two queries.

    Or you can look into using array_merge to simply pull both arrays into one, then storing it in the datastore.
     

Share This Page