I have three tables - T1
,T2
& T3
.
For each row in T1
I need to fetch the all the data from that table and a few other columns from a third table T3
and insert into T2
//Which is partitioned version of T1
Do I need stored procedure for this?