Hi,
I have two tables. I want two table information in another table. The two table all fields in the third table. How to get that fields. But that two table information is not correct order.
Example:
First table:
no name address
1 jack USA
2 Steve INS
Second table:
no name phone Number
5 jack 123456
6 Steve 789456
I want like this
No Name Address Phone Number
1 jack USA 123456
Thanks
Srikanth.M