L
lifndcw
Unregistered / Unconfirmed
GUEST, unregistred user!
我有3个表, <br> t1 (表名) <br> id (字段) <br> subject1 (字段) <br> subject2 (字段)<br> <br> t2 (表名) <br> id (字段) <br> t1_id (字段) <br> subject1 (字段) <br><br> t3 (表名) <br> id (字段) <br> t2_id (字段) <br> subject2 (字段)<br>要求将T1表中的数据按下面要求填入T2,T3<br>t2.t1_id=t1.id<br>t2.subject1=t1.subject1 <br><br>t3.t2_id=t2.id<br>t3.subject2=t1.subject2