nimish@garg> begin 2 for c in (select * from employee) 3 loop 4 update roster 5 set 6 job = c.job, 7 position = c.position, 8 organisation = c.organisation ...
確定! 回上一頁