求解PL/SQL oracle問題

求助PL/SQL問題 accept no prompt ‘請輸入僱員編號’; declare no emp.empno%type; rec emp%rowtype; begin select empno into no from emp where empno=&no; --&no:從鍵盤輸入 select * into rec from emp where empno=&no; dbms_out
相關文章
相關標籤/搜索