Jump to content

join query


jonniejoejonson

Recommended Posts

join query

 

Can someone help me with an example of a table join query.

 

i have 2 tables:

 

network_table:

2 fields:

networkId : userId

 

 

images_table:

3 fields

imageFilename : imageType : userId

 

 

 

I want to select all imageFilenames from images_table that are imageType='photograph' but only from userId's that have a networkId='1'

 

 

this is a simplified version of what i am trying to do, but if someone could show me how to do this i can try and work the rest out...

kind regards J.

Link to comment
https://forums.phpfreaks.com/topic/129795-join-query/
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.