请问,在Oracle里建trigger是不是有什么说法呢?一个正常的不能在正常的trigger在Oracle里运行也说compilation errors.

jixixiaofeng 2002-11-16 05:57:31
Create trigger init_count before insert on students
declare
count integer;
begin
count :=0;
end

Warning: Trigger created with compilation errors.

为什么呢?
...全文
45 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
penitent 2002-11-16
  • 打赏
  • 举报
回复
end后还要分号end;
black_snail 2002-11-16
  • 打赏
  • 举报
回复
what this trigger is supposed to do ? I think there are plenty of manual and documents guide you to write a error-free trigger .

17,377

社区成员

发帖
与我相关
我的任务
社区描述
Oracle 基础和管理
社区管理员
  • 基础和管理社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧