MySQL Forums
Forum List  »  Perl

Help Me please
Posted by: Ahmad Fathoni
Date: October 26, 2011 05:25AM

table1
code name A B C D
1 matt 4 6 8 10
2 sam 5 7 9 3
3 jack 6 8 4 2

table2
code name A B C D
1 matt 3 4 5 6
2 sam 2 5 3 4
3 jack 3 7 5 3

result

code : 1
name : matt
desc table1 table2
A 4 3
B 6 4
C 8 5
D 10 6

etc...

how to select and result like above ? thanks for all



Edited 1 time(s). Last edit at 10/26/2011 05:30AM by Ahmad Fathoni.

Options: ReplyQuote


Subject
Written By
Posted
Help Me please
October 26, 2011 05:25AM
October 30, 2011 11:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.