PL/SQL 條件分支(一)

--數據庫中的分支語句(3種) 案例: --    if-then --編寫過程:輸入僱員名字,如果該僱員的工資低於10%,則工資增加10% create or replace procedure sp_pro6(spName varchar2) is v_sal emp.sal%type;--定義工資 begin select sal into v_sal from emp where enam
相關文章
相關標籤/搜索