10PL_SQL過程之執行if語句

declare   v_sal emp.sal%type; begin   select sal into v_sal from emp   where empno = 7369;   if(v_sal<1200) then     dbms_output.put_line('low');   elsif(v_sal=1200) then     dbms_output.put_line('mid
相關文章
相關標籤/搜索