H
Henk
Suppose I have 2 tables both containing UserId as a field. E.g :
UserId's in Table1
2
3
4
5
6
UserId's in Table2
1
2
3
4
5
6
7
8
What then is the SQL code I have to use to delete the records in Table2 that
do not match with table one?
UserId's in Table1
2
3
4
5
6
UserId's in Table2
1
2
3
4
5
6
7
8
What then is the SQL code I have to use to delete the records in Table2 that
do not match with table one?