MySQL Forums
Forum List  »  Newbie

select question
Posted by: robert bakaric
Date: March 02, 2009 07:33AM

hi,

how to select data from one column in a table where that data maches some other data in some other table, but that data in that other table contains only first 4 simbols of data in my initial table!


T1
aaa
bbb
ccc
ttt

T2
a
b
t


result should be
T1+T2 = T3

T3
aaa
bbb
ttt

Options: ReplyQuote


Subject
Written By
Posted
select question
March 02, 2009 07:33AM
March 02, 2009 07:39AM
March 03, 2009 02:35AM
March 03, 2009 05:33PM


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.