J
jsxjd
Unregistered / Unconfirmed
GUEST, unregistred user!
insert into 表2 (k1,k2,k3,k4)
select l1,l2,l3,l3+l4 from 表1,表2 where 表1.id=表2.id
既然是 insert ,怎么会有 表2.id ????????????
select l1,l2,l3,l3+l4 from 表1,表2 where 表1.id=表2.id
既然是 insert ,怎么会有 表2.id ????????????