網域查詢: www.
返回首頁
當前位置: 首頁 > 站長學院 > 數據庫 > ORACLE >

A simple triger.

時間:2010-02-17 18:09來源: 作者: 點擊:
A simple script for forbidden insert into scott.emp. copied from itpub. content: create or replace trigger forbid_insert before insert on scott.emp for each row begin raise_application_error(-20000,
  A simple script for forbidden insert into scott.emp.
copied from itpub.



content:

 create or replace trigger forbid_insert
 before insert on scott.emp
 for each row
 begin
 raise_application_error(-20000,'Insert Error.');
 end;
 /

頂一下
(0)
0%
踩一下
(0)
0%
------分隔線----------------------------
最新評論 查看所有評論
發表評論 查看所有評論
請自覺遵守互聯網相關的政策法規,嚴禁發佈色情、暴力、反動的言論。
評價:
表情:
用戶名: 密碼: 驗證碼:
推薦內容