Hello, sorry for the poorish description it is really hard to explain what I am trying to do. But this is some pseudo:
foreach (row in Table1)
insert Table2 select * from getValuesTable('text', row.Column1)
I'm not too sure how to get that initial join together because it will not allow me to alias the returned table from getValuesTable. Any help would be appreciated :) Thanks.