Jump to content

Query help


lemmin

Recommended Posts

I have a table that looks something like this:

 

CatID    SuperCatID

1

2

3

4          1

5          1

6          2

7          3

8          3

 

Another table uses the CatID.

How can I get everything from either CatID or SuperCatID depending on the CatID. For example, if the CatID is 1, I want everything in the other table that has a CatID of 1,4 or 5.

 

Thanks for any help.

Link to comment
https://forums.phpfreaks.com/topic/71440-query-help/
Share on other sites

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.