Jump to content

Not In Other Table


Guest

Recommended Posts

Im not sure how to go about this or even ask but lets say i have two tables

 

table a has

1 2 3

 

table b has

1 2 3 4 5

 

Im trying to think of a way where I can select blank from tableb where the number isnt in table a order by first number thats not in a

 

I have tried subquerying like this

SELECT ID FROM TableA WHERE ID NOT IN (SELECT ID FROM TableB) ORDER BY ID ASC LIMIT 1

Im not even sure that works because it basically kills the server and runs way to long for me to even figure out if its what i want.

 

Any help or points in the right direction will be greatly appreciated

Link to comment
https://forums.phpfreaks.com/topic/157178-not-in-other-table/
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.