MySQL Forums
Forum List  »  Newbie

Can't put to rows values together
Posted by: N A
Date: June 23, 2005 04:19PM

Here is my problem.


I have two tables that I want to join. The joining of two tables will be ON table1_id and table2_id1+table2.id2

Well this is still not very clear I suppose. To make the problem clearer, I will give values for these.

let's say table1_id = 1011

I want to be able to get table2_id1 and table2_id2 and put them back to back and make it equal to table_id. How do I do this?

table2_id1 =10
table2_id2 =11

table2_id1 ???? table2_id2= 1011


Sorry fot not being very clear on my question, but I am pretty confused about all thing.

Options: ReplyQuote


Subject
Written By
Posted
Can't put to rows values together
N A
June 23, 2005 04:19PM


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.