|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
generate three rows out of one row from a tablemore details -- for each in table1 i want three rows in table2 these three rows col2 says A, B, C table1 ------- c1 -- 1 2 3 table2 ------- c1 c2 -- --- 1 A 1 B 1 C 2 A 2 B 2 C 3 A 3 B 3 C thanks in advance |
|||||||||||||||||||||||