Dear sql users,
We are busy to create a simple select statement. In this select statement there are two joins to one tabel.
TblReaders
Name1_id name2_id
1 2
3 4
TblNames
Id Names
1 John
2 Mary
3 Edward
4 NN
The query must create next result:
Name1 Name2
John Mary
Edward NN
Knows someone a solution?
Thanks for reading.
Ton.
We are busy to create a simple select statement. In this select statement there are two joins to one tabel.
TblReaders
Name1_id name2_id
1 2
3 4
TblNames
Id Names
1 John
2 Mary
3 Edward
4 NN
The query must create next result:
Name1 Name2
John Mary
Edward NN
Knows someone a solution?
Thanks for reading.
Ton.