M
Marco
Hello. I think my brain is not too good. Because I want to make a union
querie and something is not going to well.
I have table1 and table2
In Table1 I have this fields and data:
ID Body1 Cover1
1 1.50 1.30
2 1.50 1.70
3 1.80 1.60
4 1.25 1.40
and in Table2
ID Body2 Cover2
5 2.10 1.30
6 1.60 1.75
7 1.30 1.80
8 1.25 1.40
And I need to make a union querie to get this:
ID Body1 Cover1 Body2 Cover2
1 1.50 1.30
2 1.50 1.70
3 1.80 1.60
4 1.25 1.40
5 2.10 1.30
6 1.60 1.75
7 1.30 1.80
8 1.25 1.40
How can I do it?
Regards,
Marco
querie and something is not going to well.
I have table1 and table2
In Table1 I have this fields and data:
ID Body1 Cover1
1 1.50 1.30
2 1.50 1.70
3 1.80 1.60
4 1.25 1.40
and in Table2
ID Body2 Cover2
5 2.10 1.30
6 1.60 1.75
7 1.30 1.80
8 1.25 1.40
And I need to make a union querie to get this:
ID Body1 Cover1 Body2 Cover2
1 1.50 1.30
2 1.50 1.70
3 1.80 1.60
4 1.25 1.40
5 2.10 1.30
6 1.60 1.75
7 1.30 1.80
8 1.25 1.40
How can I do it?
Regards,
Marco