A
Albert
I'ld like to join 2 table row by row. Both table have the same number of
record but doesn't have any key/unique key for relation. Their relation are
on the order of record. The following is a sample.
Table 1 :
AA
BB
BB
CC
Table 2:
XX
XX
YY
ZZ
Joining Result :
AA,XX
BB,XX
BB,YY
CC,ZZ
What SQL statement for this requirement ?
Regards
record but doesn't have any key/unique key for relation. Their relation are
on the order of record. The following is a sample.
Table 1 :
AA
BB
BB
CC
Table 2:
XX
XX
YY
ZZ
Joining Result :
AA,XX
BB,XX
BB,YY
CC,ZZ
What SQL statement for this requirement ?
Regards