Quote:
|
Originally Posted by r937
it looks fine, assuming that the WHERE clauses are different
what are they, by the way?
|
I would like to get the intersection of two tables. Both of them has onle one colume, titled 'Employee_ID', the followings are example tables of the two tables.
tb1
Code:
Employee_ID
0001
0002
0003
0004
tb1
Code:
Employee_ID
0001
0002
I would like to get the employee_IDs appear in the both tables.
i.e.,