以下為二個在PL/SQL中assign變數的方法 (1)SELECT sal * 0.10 INTO bonus FROM emp WHERE empno = emp_id; (2)OUT、IN OUT EX: DECLARE
www.programmer-club.com.tw