Jump to content

SQL Statement Question


aeroswat

Recommended Posts

Is there a SQL statement I could write that would show me all of my results that weren't linked to another table?

 

For instance I have 2 tables that can be joined on the SchoolSystem field

 

tblSchools (2 fields):

- SchoolSystem

- Account

 

tblOrders (2 fields):

- SchoolSystem

- Title

 

I want to display only the orders that have schoolsystems that cannot be found in the tblSchools database.

Link to comment
https://forums.phpfreaks.com/topic/194783-sql-statement-question/
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.