georgeocrawford
Technical User
Hi,
If I have two tables, which both have a column named 'forum_id', how can I find a list of all the forum_id's which appear in table 1 but not in table 2?
eg:
table 1
forum_id forum_name
1 test
2 forum
3 george
4 hello
table 2
forum_id post_id
1 7
4 16
I want to get results of '2' and '3' from this operation.
______________________
George
If I have two tables, which both have a column named 'forum_id', how can I find a list of all the forum_id's which appear in table 1 but not in table 2?
eg:
table 1
forum_id forum_name
1 test
2 forum
3 george
4 hello
table 2
forum_id post_id
1 7
4 16
I want to get results of '2' and '3' from this operation.
______________________
George