锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲国产一区二区视频,国产精品午夜一区二区欲梦,国产亚洲精品中文字幕http://www.aygfsteel.com/linlinyu/category/28925.htmllinlinyuzh-cnTue, 13 May 2008 03:19:31 GMTTue, 13 May 2008 03:19:31 GMT60oracle 瀛樺偍榪囩▼hello wordhttp://www.aygfsteel.com/linlinyu/articles/198445.htmllinlin yulinlin yuMon, 05 May 2008 06:53:00 GMThttp://www.aygfsteel.com/linlinyu/articles/198445.htmlhttp://www.aygfsteel.com/linlinyu/comments/198445.htmlhttp://www.aygfsteel.com/linlinyu/articles/198445.html#Feedback0http://www.aygfsteel.com/linlinyu/comments/commentRss/198445.htmlhttp://www.aygfsteel.com/linlinyu/services/trackbacks/198445.html
  • Hello world

create or replace procedure helloWorld AS
begin
  DBMS_OUTPUT.PUT_LINE(
'HELLO.');
end;

榪愯
sql>set serveroutput on;
sql>exec helloWorld ;
  • 甯﹀弬鏁扮殑瀛樺偍榪囩▼

create or replace procedure MYPROC(ID NUMBERIS
SURNAME 
VARCHAR2(30);
BEGIN
    
SELECT SURNAME INTO SURNAME FROM EMPLOYEE WHERE EMP_ID = ID;
    DBMS_OUTPUT.put_line(SURNAME);
END;

  • 甯﹁繑鍥炲肩殑瀛樺偍榪囩▼

CREATE OR REPLACE PROCEDURE MYPROC2(ID IN NUMBER, EMP_ID OUT NUMBER, SURNAME OUT VARCHAR2)
IS
BEGIN
       
SELECT EMP_ID, SURNAME INTO EMP_ID,SURNAME FROM EMPLOYEE WHERE EMP_ID=ID;
END;

榪愯
SQL> VARIABLE SURNAME VARCHAR2;
SQL> VARIABLE EMP_ID NUMBER;
SQL> EXEC MYPROC2(50,:EMP_ID,:SURNAME);


linlin yu 2008-05-05 14:53 鍙戣〃璇勮
]]>
涓哄綋鍓嶇敤鎴鋒墍鏈夎〃寤哄悓涔夎瘝http://www.aygfsteel.com/linlinyu/articles/174947.htmllinlin yulinlin yuSun, 13 Jan 2008 03:15:00 GMThttp://www.aygfsteel.com/linlinyu/articles/174947.htmlhttp://www.aygfsteel.com/linlinyu/comments/174947.htmlhttp://www.aygfsteel.com/linlinyu/articles/174947.html#Feedback0http://www.aygfsteel.com/linlinyu/comments/commentRss/174947.htmlhttp://www.aygfsteel.com/linlinyu/services/trackbacks/174947.html 

select 'create public synonym ' || table_name || ' for ' || table_name || ';' from user_tables

linlin yu 2008-01-13 11:15 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 开平市| 炉霍县| 芷江| 杭州市| 延吉市| 方山县| 金坛市| 临夏县| 望江县| 开江县| 台东市| 梅河口市| 汕尾市| 祁连县| 乌审旗| 江源县| 德安县| 成武县| 东明县| 宜阳县| 铅山县| 翁牛特旗| 绩溪县| 邮箱| 宽城| 林周县| 东至县| 凤台县| 玉屏| 镇康县| 公主岭市| 东光县| 天峨县| 秀山| 揭西县| 贵定县| 河东区| 望奎县| 马关县| 宾川县| 积石山|