Hi,
I am trying to join two tables and get the result as below
Table1
ID
100
200
300
Table2
Group_ID---ID
1----------100
1----------101
1----------102
2----------200
2----------201
I have the query below so far and it gives me 100, 101, & 102 which is okay. But I want to get rid of 100 which...