I have table1 that has many columns. the columns are names as follows voy_no, and ar_dt, from 1 to 12. now I have table2 with 2 columns voy_no and ar_dt. I would like to take all the columns voy_no with rows from table1 and input to table2 into voy_no. Is this possible?