0

I am not sure how to go about this select statement.

table1
----------
t1id |  t1field1  |  t1field2

table2
----------
t2id |  t1id  |  t2field1  |  

outputTable3
----------
t1id  |  t2field1(row1)  |t2field1(row2) | t2field1 (row...)

My current results ouput (not what I want)

outputTable3
----------
t1id  |  t2field1(row1)
t1id  |  t2field1(row2)
t1id  |  t2field1(row...)
ebates
  • 1
  • 3

0 Answers0