Jump to content

Getting data from 2 tables.


jonniejoejonson

Recommended Posts

Table A

Table B

 

Both table A and table B have a field: fileId

 

I want to select the fileId’s that are in table B, but not if they are also in the following SELECT result set from table A

 

SELECT fileId FROM a WHERE filetype=‘jpg’;

 

I hope you understand… I have only just grasped the concepts of joins but I’m at a loss as to how to do this?… Any help would be much appreciated…

 

Alternatively is there a way to create a new field on the fly so that when I am looping through the second sql result set there is field that says fileId is in both table B and also in the tableA sql result set….

 

kind regards J

Link to comment
https://forums.phpfreaks.com/topic/221607-getting-data-from-2-tables/
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.