Jump to content

help with a query to make it one query instead of two


rondog

Recommended Posts

I have two tables. We'll call them Table1 and Table2 for simplicity.

 

Table1 contains an id called 'field_id'. I query the DB and get an array of those IDs.

 

Now I use those IDs to query Table2

 

Basically something like

SELECT * FROM Table2 WHERE fid = '$the IDs from Table1'

 

My question is, is it possible to write this in one query? I know how to do it in two separate queries, but I would like to consolidate. Thanks.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.