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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.